Raise a keydown event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I use a touch screen and I need to simulate a keydown event every time a user starts typing. Is it possible to do it or I have no option but use windows API's?
 
* "=?Utf-8?B?VGFueWE=?= said:
I use a touch screen and I need to simulate a keydown event every time
a user starts typing. Is it possible to do it or I have no option but
use windows API's?

Did you already play around with 'SendKeys.Send'?
 
Back
Top