| Author |
Message |
Forum: Scripts Topic: Execute AHK code dynamically! |
| superbem |
|
Posted: December 20th, 2010, 2:22 pm
|
|
Replies: 60 Views: 28008
|
| simplfied ; Created by Jonny, with thanks to Rajat for the parsing code. ; superbem Added user functions acessibility ex: exec(ab=functioname("param1","param2")) ab will have the return value ; superbem Added multiline capability, however only functions and comman... |
|
 |
Forum: Support Topic: Close an app that is minimized to tray *solved* |
| superbem |
|
Posted: February 8th, 2008, 10:58 am
|
|
Replies: 3 Views: 544
|
|
 |
Forum: Support Topic: Close an app that is minimized to tray *solved* |
| superbem |
|
Posted: February 7th, 2008, 7:09 pm
|
|
Replies: 3 Views: 544
|
Finally
Code: DetectHiddenWindows, On pid:=pid("sample.exe") PostMessage, 0x12,,,,ahk_pid %pid%
pid(val){ Process, Exist, %val% return %ErrorLevel% }
|
|
 |
Forum: Support Topic: Close an app that is minimized to tray *solved* |
| superbem |
|
Posted: February 7th, 2008, 4:47 pm
|
|
Replies: 3 Views: 544
|
How to close an application that is minimized to tray?
I've tried winclose, winkill, with detecthiddenwindows on, no success.
I'm trying to avoid the process close.
Can someone help? |
|
 |
Forum: Utilities Topic: Printer Options - Rundll32 [CMD] |
| superbem |
|
Posted: November 16th, 2007, 2:43 pm
|
|
Replies: 17 Views: 9623
|
| Thanks, it fits for what I need. |
|
 |
Forum: Support Topic: How to do a triple-click? |
| superbem |
|
Posted: November 16th, 2007, 2:30 pm
|
|
Replies: 5 Views: 842
|
Code: F12:: KeyWait, F12 KeyWait, F12, D, T0.30 KeyWait, F12 KeyWait, F12, D, T0.30 If ErrorLevel = 1 return Else msgbox Pressed triple F12
Found somewhere in the forum, I just add 2 lines of code. |
|
 |
Forum: Support Topic: Printer Job Status |
| superbem |
|
Posted: November 15th, 2007, 3:54 pm
|
|
Replies: 4 Views: 722
|
| How is that code in autohotkey? |
|
 |
Forum: Utilities Topic: Printer Options - Rundll32 [CMD] |
| superbem |
|
Posted: November 15th, 2007, 3:52 pm
|
|
Replies: 17 Views: 9623
|
| Is there a way to know if a printer is out of paper? |
|
 |
Forum: Support Topic: Printer Job Status |
| superbem |
|
Posted: November 15th, 2007, 12:27 pm
|
|
Replies: 4 Views: 722
|
|
 |
Forum: Support Topic: way to hide all script's parent windows |
| superbem |
|
Posted: September 4th, 2007, 3:50 pm
|
|
Replies: 2 Views: 415
|
Thanks for the fast-response.
It don't work
I'm trying to do a script to react as a scanner have paper loaded. The scanner have a sensor, a sensible button, can I make the sensor as a hotkey?
Thanks |
|
 |
Forum: Support Topic: way to hide all script's parent windows |
| superbem |
|
Posted: September 4th, 2007, 3:20 pm
|
|
Replies: 2 Views: 415
|
Is there a way to hide all script's parent windows?
Also is there a way to change the behavior of dllcall, the script pauses until it have response from dllcall, is there a option to make it running without waiting?
Thanks |
|
 |
Forum: Support Topic: auto-disc choices |
| superbem |
|
Posted: September 1st, 2007, 1:21 am
|
|
Replies: 10 Views: 662
|
| There is a regkey to that, google it. |
|
 |
Forum: Support Topic: Persistent hide window |
| superbem |
|
Posted: September 1st, 2007, 12:44 am
|
|
Replies: 11 Views: 734
|
Please some more help would be appreciated.
Should I make other topic since it is not really to do with hide window? |
|
 |
Forum: Scripts Topic: Autorun in flash pen |
| superbem |
|
Posted: September 1st, 2007, 12:36 am
|
|
Replies: 0 Views: 834
|
| Anyone tried to use autorun.inf in a pen with windows xp? If tried know that the open application didn't work. I developed a script that does, but it must be running on the target computer, so for people that uses a pen as a update device, here it is one of my firsts contribution from me to the comm... |
|
 |
Forum: Scripts Topic: Voice recognition |
| superbem |
|
Posted: August 9th, 2007, 11:20 am
|
|
Replies: 45 Views: 20910
|
|
 |
| Sort by: |