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

0
votes
1 answers

keydown event in panel

hi i want to create a cursor in my panel and move it through the left right keys. but there is no keydown event in panel. so wats the alternative to do it. ie when left is pressed a method is called. thanx in advance

Feedback