Jump to content

Recommended Posts

Posted

HI!

I do send a key for activate a program (imageshack), but if i do Send("{F10}") not correct, the program is not activated :lmao:

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
Posted

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)

NEWHeader1.png

Posted (edited)

Ops!

Sorry, i found a stupid errore

;)

sorry!

and thank :lmao:

...

...

...

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 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...