| Author |
Message |
Forum: Tutorials Topic: [How to] Hook on to Shell to receive its messages? |
| 0inprogram |
|
Posted: December 25th, 2007, 6:35 am
|
|
Replies: 59 Views: 185
|
thank u ........  |
|
 |
Forum: Tutorials Topic: [How to] Hook on to Shell to receive its messages? |
| 0inprogram |
|
Posted: December 24th, 2007, 8:16 am
|
|
Replies: 59 Views: 185
|
| it works fine with IE, but doesnt respond with firefox |
|
 |
Forum: Tutorials Topic: [How to] Hook on to Shell to receive its messages? |
| 0inprogram |
|
Posted: December 22nd, 2007, 9:37 am
|
|
Replies: 59 Views: 185
|
| how can i get the titlebar and conditionaly execute code, in tht same script |
|
 |
Forum: Tutorials Topic: [How to] Hook on to Shell to receive its messages? |
| 0inprogram |
|
Posted: December 21st, 2007, 5:20 pm
|
|
Replies: 59 Views: 185
|
| this is the code i was talking abt , #Persistent SetBatchLines, -1 Process, Priority,, High Gui +LastFound hWnd := WinExist() DllCall( "RegisterShellHookWindow", UInt,hWnd ) MsgNum := DllCall( "RegisterWindowMessage", Str,"SHELLHOOK" ) OnMessage&... |
|
 |
Forum: Tutorials Topic: [How to] Hook on to Shell to receive its messages? |
| 0inprogram |
|
Posted: December 21st, 2007, 5:17 pm
|
|
Replies: 59 Views: 185
|
using code of experiment 1, how can i check whether a site is accessed thru the browser and run a set of commands based on it....
like filling the id and password ,etc....
i tried putting the name of the website in the "title" field, but it didnt work,... |
|
 |
Forum: Support Topic: soundplay problem |
| 0inprogram |
|
Posted: December 21st, 2007, 9:33 am
|
|
Replies: 3 Views: 639
|
the soundplay is not working .... help
m using wav format only |
|
 |
Forum: Support Topic: Multiple Winwait at once? |
| 0inprogram |
|
Posted: December 20th, 2007, 3:31 pm
|
|
Replies: 36 Views: 4751
|
cant we use space in the title field....
for example i used "Google Talk" instead of "Google" in the above script....
but it showed up an error and the script jus couldnt load |
|
 |
Forum: Support Topic: help me out with this msgbox |
| 0inprogram |
|
Posted: December 18th, 2007, 7:10 pm
|
|
Replies: 2 Views: 436
|
| ve got a problem here.... i tried to max a win everytime its opened n show a msgbox telling tht its been maximised.... #persistent winwait, Registry Editor { Msgbox, its been maximised loop { winmaximise, Registry Editor } } when i run the above script, the msgbox comes only for ... |
|
 |
Forum: Support Topic: hide tray icon |
| 0inprogram |
|
Posted: December 18th, 2007, 6:45 pm
|
|
Replies: 2 Views: 459
|
#NoTrayIcon
put this at the beginning of ur script |
|
 |
Forum: Support Topic: Installing AutoHotKey itself, silently |
| 0inprogram |
|
Posted: December 18th, 2007, 6:43 am
|
|
Replies: 9 Views: 2324
|
| i wan 2 install via ahk script |
|
 |
Forum: Support Topic: is it possible to include an exe and compile it with a scrip |
| 0inprogram |
|
Posted: December 18th, 2007, 6:41 am
|
|
Replies: 6 Views: 610
|
| i tried the fileinstall command to install an antivirus software..... #Persistent FileInstall, C:\Documents and Settings\Aamir Sadiq\Desktop\kav7.0.0.125en(2).exe,%A_ProgramFiles%\kav7.0.0.125en(2).exe but the script jus copies the exe file to the destination address instead of insta... |
|
 |
Forum: Support Topic: Installing AutoHotKey itself, silently |
| 0inprogram |
|
Posted: December 17th, 2007, 2:43 pm
|
|
Replies: 9 Views: 2324
|
i m a newbie....
how should i pass the parameters to the exe file...where should i type tht thing
using the command line while compiling??? |
|
 |
Forum: Support Topic: if window exist run a process |
| 0inprogram |
|
Posted: December 16th, 2007, 7:36 am
|
|
Replies: 4 Views: 518
|
i tried the code u posted....
but its working only for the first time after the script is loaded
after tht it doesnt show a response... when the application is opened |
|
 |
Forum: Support Topic: if window exist run a process |
| 0inprogram |
|
Posted: December 15th, 2007, 3:00 pm
|
|
Replies: 4 Views: 518
|
| i m a newbie i want to execute a set of instructions until a window exists.... then stop the process when the window is closed. i tried doing this with IfWinExist and loop.... but the process continued even after the window was closed.... wht i tried was something like this.... IfWinExist, windows m... |
|
 |
Forum: Support Topic: Auto Start File / FileCreateShortcut |
| 0inprogram |
|
Posted: December 10th, 2007, 10:12 am
|
|
Replies: 8 Views: 799
|
fine....  |
|
 |
| Sort by: |