G
Guest
I have a textbox on a smartphone. I want only numbers to be entered.
Pressing the keys on the smartphone does the standard bit of cycling through
the three letters before getting to the number on the fourth press. I have
tried to trap this in code by the frmMain_KeyPress/Down/Up events never fire.
I do have a menu on the form. I don't want to remove the menu because I
want to use the two soft keys with standard menu navigation.
I'm using VS2005. Is there a way to get the keypress events or a way to
force the keypad to only enter numbers?
Thanks
Pressing the keys on the smartphone does the standard bit of cycling through
the three letters before getting to the number on the fourth press. I have
tried to trap this in code by the frmMain_KeyPress/Down/Up events never fire.
I do have a menu on the form. I don't want to remove the menu because I
want to use the two soft keys with standard menu navigation.
I'm using VS2005. Is there a way to get the keypress events or a way to
force the keypad to only enter numbers?
Thanks