Hi
I am writing a touchscreen application for windows. I want to use a keypad with Enter button on the screen that accepts the input of the user and moves to the next textbox.
I am stuck on how to fire the keypress event when the user press the enter button.
I have tried the
Sendkeys.Send("{Enter}")
but my program seems to freeze the PC when using it.
Any Ideas?
WilJ