blah blah blah is here! blah blah » Close

0
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 ...

Feedback