Jump to content

Sendkey....no


Cyber
 Share

Recommended Posts

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...