0
votes
votes
1 answers
How to send Application Key /Menu Key/ in C#?
Hello! I need to simulate keystrokes. I write the following: SendKeys.Send("something"); SendKeys.Send("{ENTER}"); SendKeys.Send("%{F4}"); etc. But I wonder how to send the key which stands between ...
