AutoHotkey Community

It is currently May 24th, 2012, 8:57 am

All times are UTC [ DST ]


Search found 28 matches
Search these results:

Author Message

 Forum: Support   Topic: guicontrol to make a button default

Posted: April 29th, 2011, 9:24 pm 

Replies: 2
Views: 64


Perfect. Thanks!

 Forum: Support   Topic: guicontrol to make a button default

Posted: April 29th, 2011, 8:55 pm 

Replies: 2
Views: 64


I have an edit box for my user to enter a search variable. Next to it I have a search button. I'd like to be able to make it so that as soon as someone starts typing in the edit box, the search button becomes the default, so that when they hit enter it will start to search. But I don't want the Seac...

 Forum: Support   Topic: combobox color

 Post subject: combobox color
Posted: April 28th, 2011, 6:57 pm 

Replies: 1
Views: 95


Is there a way to change the combobox color?

 Forum: Support   Topic: trouble with ( `n )

Posted: April 12th, 2011, 1:56 pm 

Replies: 2
Views: 177


still not sure why it's not working, but I rewrote the script and it seems to be working now: fileread, oldmessages, K:\Unit_Public_Defender\Common\messages\%att%.txt filedelete, K:\Unit_Public_Defender\Common\messages\%att%.txt fileappend, %att%_%wholedate%_%asst%_%fname%_%lname%_%note%_%client%_%r...

 Forum: Support   Topic: trouble with ( `n )

 Post subject: trouble with ( `n )
Posted: April 12th, 2011, 1:35 pm 

Replies: 2
Views: 177


fileread, oldmessages, K:\Unit_Public_Defender\Common\messages\%att%.txt sortedmessage=%att%_%wholedate%_%asst%_%fname%_%lname%_%note%_%client%_%re%_%phone%_%message%`n%oldmessages% filedelete, K:\Unit_Public_Defender\Common\messages\%att%.txt fileappend, %sortedmessage%`n, K:\Unit_Public_Defender\...

 Forum: Support   Topic: FileAppend question.

Posted: April 5th, 2011, 9:31 pm 

Replies: 6
Views: 194


hugov,

You've touched on something I don't know about... time to do some research!

 Forum: Support   Topic: FileAppend question.

Posted: April 5th, 2011, 6:59 pm 

Replies: 6
Views: 194


Brilliant, thanks!!

 Forum: Support   Topic: FileAppend question.

 Post subject: FileAppend question.
Posted: April 5th, 2011, 4:53 pm 

Replies: 6
Views: 194


I've written a script for my office that we use for taking phone messages. After printing it out, the script saves the messages in a .txt file using FileAppend. This means the newer messages end up at the bottom of the text file. I've had a request to have the newer message be at the top of the text...

 Forum: Support   Topic: advice on writing a appointment book program

Posted: April 30th, 2009, 7:35 pm 

Replies: 1
Views: 355


Trying to write a simple appointment book program. I thought of keeping the data in a text file and writing and accessing it with fileappend and fileread. The problem I'm running into is that fileappend only writes to the end of the file, so if I wanted to add to or modify an existing appointment in...

 Forum: Offtopic   Topic: vbscript vs. autohotkey

Posted: March 11th, 2009, 11:14 pm 

Replies: 19
Views: 1871


Thanks for all the replies. I think I'll keep plugging away at AHK, and in my spare time learn a little more about vbscripting.

 Forum: Offtopic   Topic: vbscript vs. autohotkey

Posted: March 11th, 2009, 9:54 pm 

Replies: 19
Views: 1871


What kind of tasks are you speeding up, just out of curiousity, maybe there is a better way to go. I work in a legal office. It started off with making hotkeys that would speed up my job. For example, to switch from one attorney's calendar to another took several mouse clicks and typing in their na...

 Forum: Offtopic   Topic: vbscript vs. autohotkey

Posted: March 11th, 2009, 8:15 pm 

Replies: 19
Views: 1871


When I run SmartGUI, I get this message:

Warning: The keyboard and or mouse/hook could not be activated; some parts of the script will not function.

 Forum: Offtopic   Topic: vbscript vs. autohotkey

Posted: March 11th, 2009, 7:01 pm 

Replies: 19
Views: 1871


The only security problem I'm having is being able to run Smart GUI--a program I highly recommend. It's great for 'what you see is what you get' window layout with GUI commands. Other than that, my own AHK scripts are not so complicated that I'm running into security problems. I guess what I can do ...

 Forum: Offtopic   Topic: vbscript vs. autohotkey

 Post subject: vbscript vs. autohotkey
Posted: March 11th, 2009, 4:54 pm 

Replies: 19
Views: 1871


Talking to the IT guy at my work, telling him that I've been using AHK to speed up a lot of my work. Then I ran into a problem where because of security issues set on my computer, I was unable to run Auto GUI creator. My IT guy tells me I should learn vbscript instead of AHK (though he didn't really...

 Forum: Support   Topic: first character of variable being dropped randomly

Posted: March 4th, 2009, 5:21 pm 

Replies: 1
Views: 327


I may have solved the problem.

I copied the final variable into the clipboard, then used sendinput ^v

thanks for all who took a look at my question.
Sort by:  
Page 1 of 2 [ Search found 28 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group