Cyber Posted February 3, 2006 Posted February 3, 2006 HI! I do send a key for activate a program (imageshack), but if i do Send("{F10}") not correct, the program is not activated send command is for a active windows... i need for all system Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key
Cyber Posted February 3, 2006 Author Posted February 3, 2006 Thanks, but this is for a specific window, i need for all no? Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key
Valuater Posted February 3, 2006 Posted February 3, 2006 I don't completely understand your question... but i will try 1 only one window can be "active" at a time 2 to activate a window use WinActivate("YOUR TITLE") 3 to send to the active window use Send("YOUR TEXT") 4 to send to an "unacrive" window you can use ControlSend("YOUR TITLE") 5 you "normally" can NOT use "send" for all windows hope that helps 8)
neogia Posted February 3, 2006 Posted February 3, 2006 I think what Cyber is trying to say is that he has his program(imageshack) set up to run when the {F10} key is pressed. However, I do not see why Send("{F10}") would not work. Sorry.. [u]My UDFs[/u]Coroutine Multithreading UDF LibraryStringRegExp GuideRandom EncryptorArrayToDisplayString"The Brain, expecting disaster, fails to find the obvious solution." -- neogia
Cyber Posted February 3, 2006 Author Posted February 3, 2006 (edited) Ops! Sorry, i found a stupid errore sorry! and thank ... ... ... if($file_n ==0) then MsgBox(0, $title, 'I tuoi file sono giĆ aggiornati con il server') exit ; <--------------------------------------------------------- STUPID ERROR!!!!! the program exit!!! else MsgBox(0, $title, 'Mancano ' & $file_n & ' file da scaricare') endif Send("{F10}") Edited February 3, 2006 by Cyber Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now