PrexCoder Posted June 16, 2020 Share Posted June 16, 2020 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 More sharing options...
Moderators JLogan3o13 Posted June 16, 2020 Moderators Share Posted June 16, 2020 @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. Sidley and PrexCoder 2 "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 More sharing options...
Recommended Posts