| Author |
Message |
Topic: Getting process description |
David Andersen
Replies: 2
Views: 111
|
Forum: Ask for Help Posted: Fri Feb 15, 2008 7:24 pm Subject: Getting process description |
| Excellent! Thanks! |
Topic: Getting process description |
David Andersen
Replies: 2
Views: 111
|
Forum: Ask for Help Posted: Fri Feb 15, 2008 2:41 pm Subject: Getting process description |
| I just discovered a small nice feature of Vista. In the task manager, all processes have a description so next to for example the cryptic jushed.exe process there is an a lot more informative descript ... |
Topic: Automate repetitive tasks in Windows (especially Excel) |
David Andersen
Replies: 17
Views: 1575
|
Forum: Scripts & Functions Posted: Wed Feb 13, 2008 4:40 pm Subject: Automate repetitive tasks in Windows (especially Excel) |
| That is good to hear. I also thought the concept behind this script get too little attention. I am sure someone could come up with a better implementation, though. |
Topic: Can Autohotkey do this? Unlock Desktop? |
David Andersen
Replies: 3
Views: 452
|
Forum: Wish List Posted: Mon Jan 14, 2008 1:27 am Subject: Can Autohotkey do this? Unlock Desktop? |
| Just came across this utility, which seems very useful. I have not tested it as I haven't got the time right now. Can Autohotkey do this? "Use Logon utility to schedule Desktop unlocks on Windows ... |
Topic: RegionWaitChange: wait for region to change or stop changing |
David Andersen
Replies: 8
Views: 2832
|
Forum: Scripts & Functions Posted: Wed Sep 05, 2007 8:16 pm Subject: RegionWaitChange: wait for region to change or stop changing |
| Thanks a lot Titan! It works like a charm! One use of this script would be when you start an operation that takes several minutes to finish. It would then be good to be able to push a single hotkey wh ... |
Topic: RegionWaitChange: wait for region to change or stop changing |
David Andersen
Replies: 8
Views: 2832
|
Forum: Scripts & Functions Posted: Wed Sep 05, 2007 1:18 pm Subject: RegionWaitChange: wait for region to change or stop changing |
Thanks Titan.
The script certainly look interesting, but I cannot get it to work. I am sure it is just my incompetence. Specifically, I cannot see what the following line does
hwnd := WinE ... |
Topic: Get info from context menu |
David Andersen
Replies: 17
Views: 2254
|
Forum: Scripts & Functions Posted: Fri Jul 27, 2007 1:08 pm Subject: Get info from context menu |
lexikos,
Excellent! It is great to know of this possibility! In essense one could create seamless plug-ins for various programs (that don't even have support for plug-ins). This should have a big p ... |
Topic: Get info from context menu |
David Andersen
Replies: 17
Views: 2254
|
Forum: Scripts & Functions Posted: Fri Jul 27, 2007 10:46 am Subject: Get info from context menu |
lexikos,
Thanks for your answer. If a menu item could be added to the context menu, then one could get the measurements of the whole context menu before and after we add an item. Then one could pro ... |
Topic: Get info from context menu |
David Andersen
Replies: 17
Views: 2254
|
Forum: Scripts & Functions Posted: Thu Jul 26, 2007 2:34 pm Subject: Get info from context menu |
| Yeah, hooking is a good idea. I saw a window hook somewhere here. It would be perfectly acceptable that new items only could be placed at the bottom of the list. Could you get the x/y coordinates of t ... |
Topic: Terminal Script for commuication between scripts |
David Andersen
Replies: 7
Views: 2023
|
Forum: Scripts & Functions Posted: Thu Jul 26, 2007 12:44 pm Subject: Terminal Script for commuication between scripts |
| I love the creativity behind this solution. Easy and simple. One could probably solve this problem in ways that are amazingly complex, but there is no reason to. |
Topic: Get info from context menu |
David Andersen
Replies: 17
Views: 2254
|
Forum: Scripts & Functions Posted: Thu Jul 26, 2007 12:33 pm Subject: Get info from context menu |
This script is really useful!
Would it also be possible to add an entry to the context menu. This would really open up a lot of possibilities for seamless integration of Autohotkey scripts i ... |
Topic: Generic Callback Example - EnumWindows |
David Andersen
Replies: 49
Views: 3857
|
Forum: Scripts & Functions Posted: Mon Jun 18, 2007 4:30 pm Subject: Generic Callback Example - EnumWindows |
| I have been reading through this thread and I have to admit that I still don't really understand what callback is. But do you think this in some way could be used to create true multithreading in AHK ... |
Topic: Debug script |
David Andersen
Replies: 1
Views: 164
|
Forum: Ask for Help Posted: Mon Jun 18, 2007 4:08 pm Subject: Debug script |
| This is surely a good idea. A great thing would be to be able to execute one line at the time and see the contents of all variables in a tooltip. I do not think such a script should be very difficult ... |
Topic: Automate repetitive tasks in Windows (especially Excel) |
David Andersen
Replies: 17
Views: 1575
|
Forum: Scripts & Functions Posted: Thu May 10, 2007 4:19 pm Subject: Automate repetitive tasks in Windows (especially Excel) |
| Another idea for future development would be that the script uses UrlDownload on the Wiki page containing all the patterns (like January, February, etc): http://www.autohotkey.com/wiki/index.php?title ... |
Topic: Automate repetitive tasks in Windows (especially Excel) |
David Andersen
Replies: 17
Views: 1575
|
Forum: Scripts & Functions Posted: Wed May 09, 2007 6:15 pm Subject: Automate repetitive tasks in Windows (especially Excel) |
That's a good idea have a list of the saved patterns.
I have cleaned up the code a bit and added quite a few comments to make it easier for you to understand the code. Basically it can be described ... |
| |