Jump to content

Send Key Does Not Work


Recommended Posts

Hi, so far of all I would like to say that I've tried a couple of multiple stuff until posting here.

What I try to Achieve : Send key into Skype {INSERT} ||  {INS} (When window is active)
Did you run as Administrator? : Yes I did run the .exe file as Administrator in order to have the necessary privileges.

First Version
 

WinActivate("Skype")
WinWaitActive("Skype")
Send("{INSERT"})

Result : The window gets activated but autoit does not send any key at all.

Second Version
 

WinActivate("Skype")
WinWaitActive("Skype")
Send("{INSERT down}")
Send("{INSERT up}")

Result: The window gets activated but autoit does not send any key at all.

I've also tried a version with _IsPressed or something like that but it returned a false in the statament so I really don't know yet what should I do, thank you for your time and answer if you give one 

Link to comment
Share on other sites

  • Moderators

@PrexCoder what part of this rule:

Quote

7. Do not repost the same question if the previous thread has been locked - particularly if you merely reword the question to get around one of the prohibitions listed above.

are you finding difficult to comprehend? Do not post this question again.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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