Hi all I have really no knowledge on C# but I was just wondering if there is a quick code for pressing the escape key. that is all thank you for any help you can provide
Hi all I have really no knowledge on C# but I was just wondering if there is a quick code for pressing the escape key. that is all thank you for any help you can provide
SendKeys.Send("{ESC}");
Just add a ProcessCmdKey to the main Form by testing Keys.Escape and you will see it works
Sending Escape alone on a standard window just does nothing, I don't see why you want to do that..
i'm trying to get an application called streamer.bot to press escape but it doesn't have an option so i need a script.
2 people are following this question.