(
VB .Net)
I created a user control based on a textbox to limit data only to numbers. It works fine except that a user needs to press the TAB key [u]twice</u> to move the next control. The control has code in the KeyDown and KeyPress events to prevent characters other than numbers from being entered. I also want to move the focus to the next control when the user presses the Enter Key.
Any help will be greatly appreciated.