Here are the changes: Fixed key-up hotkeys like "a up::" not to block the pressing of the "a" key unless the hotkey's #IfWin criteria are met. [thanks Roland] ...
a button is in a window (is that called a control?, a radio button?) I need to click on it, and then need to wait until it pops back up and is no longer grey. ...
Here are the changes: Fixed the Sort command: 1) fixed the "function" option not to misbehave when it's the last option in the list; 2) fixed the "unique"...
Hi. I am new to AutoHotKey and I am absolutely loving it, but sometimes it seems to go into "Windows Start key" lock or Control lock, so that when I press...
Hi. AutoHotKey is locking up my Start key. so when I press "h", this engages my #h macro. any suggestions for debugging this? this usually happens after I...
Hi. I have the following config to save my body some wear and tear: ; remap Caps Lock key to Control Capslock::Control ; left-control and k is our new...
After button is pressed I would like to run only progs. that have their checkboxes checked. Having a little noobie prob. ======= START CODE ==== WATCH LINEWRAP...
Here are the changes: Fixed crash when a function was called concurrently with an optional ByRef parameter omitted by one thread but not omitted by the other....
I wish to paste Unicode characters into *any* application. (Of course, one gets strange results if the application is not Unicode-compliant.) I finally got the...
Hi, Can anyone tell me how to get the text displayed on the popup dialog from a program using Autohotkey? These are the steps that I need to do with my...
Try using WinGetText and/or WinGetTitle See the AHK help file in the start menu >> autohotkey >> autohotkey help file for usage information: Example Run,...
Hew_r3, Thank you for taking your time to response to my request. I tried out your script and I think that is what I've been looking for. I will try to use...
Hi hew_r3, I tried it on my script and it does work fine as long as I'm in the regular internet explorer window. However, once the Internet explorer load the...
Hey, No worries. Not sure about a flash error. I can see how it's a problem. You could possibly try using PixelGetColor (or PixelSearch). If there's a...
Hi Hew, Got your suggestion and implemented last night...and it works beautifully. Thank you for such a great idea. My daughter loves the automation tasks that...
Hi Trau Con, I'm glad I could help. It was my first time answering and I just thought it's about time I tried to give some help because I know I've needed it...
Has anyone out there used AHK to interact between Excel and Active.com? -- Thank you -- Jay Jacob Wind, new subscriber to AutoHotkey@yahoogroups.com...
Hi, I just joined but I have been using AutoHotKey for a year or so, and can hardly work without it. Any time I have a repetitive task I fire it up. While...
1) What is the Windows command line or rundll command that invokes windows (XP) hibernation? (I have implemented a series of keystrokes in an ahk script, but...
Hello, I tried to make an application witch must contain a window with more tabs and in evry tab I need to open a telnet session. This all i've done until now...
Hi. I have one quick question. When I run my converted exe file (coverted from ahk file) I get a warning message pop up talking about unverified publisher and...
Are you using windows Vista? I think there is nothing to do in your script. I believe it is windows problem. Nilson ================== Mensagem enviada do PDA ...
Hi everybody, I am totally new to AHK and I'd like to use it to create a window (with a Gui-tool) permitting me to search in an Access table or query, to view...
Here are the changes: Compatibility: The change most likely to affect backward compatibility is that floating point numbers stored in variables now have higher...
Here are the changes: Changed: For Windows Vista and later, hotkeys that include the Windows key (e.g. #a) will wait for LWin and RWin to be released before...
Here are the changes: Changed and fixed Gosub and GroupActivate so that when a function calls an external/public subroutine, that subroutine will treat all...
Here are the changes: Fixed "ListLines On" not to erase the most recent log entry in the line history. [thanks Lexikos] Fixed ListView to respond properly to...
Here are the changes: Fixed StringSplit to work properly inside functions of compiled scripts (broken by 1.0.35.01). [thanks engunneer & Lexikos] Fixed...