Search the web
Sign In
New User? Sign Up
AutoHotkey
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 372 - 518 of 528   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
372
Hi, I have just joined this Autohotkey list but have not seen any traffic. Hopefully someone can help with a macro which is giving me trouble. While in Excel,...
Delta
lancereh2000
Offline Send Email
Jun 2, 2007
5:33 am
373
Hi there, ... The AHK forums (http://www.autohotkey.com/forum/) are where most people hang out - and you don't even need to register an account if you don't ...
F.D.
ace_noone
Offline Send Email
Jun 2, 2007
6:39 am
376
Here are the changes: Added support for function libraries, which allow a script to call a function in an external file without having to use #Include....
Chris Mallett
cmallett2
Offline Send Email
Jun 20, 2007
1:52 am
381
Here are the changes: Fixed RunAs not to crash or misbehave when a domain is specified. [thanks Markus Frohnmaier] Changed relational operators to yield...
Chris Mallett
cmallett2
Offline Send Email
Jul 9, 2007
1:11 am
382
I'm new to AHK, and have the script below assigned to Win-Q. What I'd really like to do is have it repeat every time I press Win+Q. [Right now it runs once,...
ticlishhands
Offline Send Email
Jul 9, 2007
9:38 pm
383
... Each hotkey should generally end in a "return". To break out of a loop via the press of a hotkey, see the FAQ at http://www.autohotkey.com/docs/FAQ.htm If...
Chris Mallett
cmallett2
Offline Send Email
Jul 10, 2007
12:14 am
386
Here are the changes: Fixed the Number option of Edit controls to properly display a balloon tip when the user types something other than a digit. [thanks...
Chris Mallett
cmallett2
Offline Send Email
Jul 20, 2007
12:42 am
388
Here are the changes: Fixed expressions to allow literal negative hexadecimal numbers that end in "E"; e.g. fn(-0xe). [thanks Laszlo] Fixed block syntax to...
Chris Mallett
cmallett2
Offline Send Email
Aug 2, 2007
1:02 am
389
What is the syntax for assigning a sequence of keys to a single keyboard key? As in assigning the sequence of ctrl+rightarrow, followed by leftarrow to f1? ...
tonyroder
Offline Send Email
Aug 5, 2007
2:11 pm
392
I am trying to clear an input box (is this called a control?). Can someone point me in the right direction? Thanks all aew...
aewenos
Offline Send Email
Aug 16, 2007
10:34 pm
393
... GuiControl, , ControlID John....
john.wernicke
Offline Send Email
Aug 26, 2007
1:57 pm
395
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] ...
Chris Mallett
cmallett2
Offline Send Email
Aug 29, 2007
1:05 am
405
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. ...
mgildiner
Offline Send Email
Nov 14, 2007
4:53 am
407
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"...
Chris Mallett
cmallett2
Offline Send Email
Nov 21, 2007
9:37 pm
420
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...
Aleksey Tsalolikhin
atsaloli
Offline Send Email
Jan 5, 2008
7:50 am
422
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...
Aleksey Tsalolikhin
atsaloli
Offline Send Email
Jan 7, 2008
12:13 am
423
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...
Aleksey Tsalolikhin
atsaloli
Offline Send Email
Jan 7, 2008
1:06 am
425
Thanks, Chris! Alex...
Aleksey Tsalolikhin
atsaloli
Offline Send Email
Jan 11, 2008
5:46 am
445
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...
Mike
mrmikevet
Offline Send Email
Feb 4, 2008
4:45 am
465
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....
Chris Mallett
cmallett2
Offline Send Email
Mar 10, 2008
1:20 pm
491
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...
Ven. S. Upatissa
sadhu44
Offline Send Email
Apr 30, 2008
2:51 am
497
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...
traucon
Offline Send Email
May 8, 2008
6:42 am
498
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
Offline Send Email
May 9, 2008
1:03 am
499
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...
traucon
Offline Send Email
May 9, 2008
2:24 pm
500
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...
traucon
Offline Send Email
May 10, 2008
1:31 am
501
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...
hew_r3
Offline Send Email
May 10, 2008
12:26 pm
504
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...
traucon
Offline Send Email
May 12, 2008
1:40 am
507
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...
hew_r3
Offline Send Email
May 16, 2008
1:31 am
510
Has anyone out there used AHK to interact between Excel and Active.com? -- Thank you -- Jay Jacob Wind, new subscriber to AutoHotkey@yahoogroups.com...
Jay Wind
wind.jay
Offline Send Email
May 23, 2008
6:07 pm
518
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...
Steven Marzuola
steven.marzuola
Offline Send Email
Jun 11, 2008
10:07 am
Messages 372 - 518 of 528   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help