I am using a textbox and using the keypress event
to make the characters uppercase.

I have another textbox that I am using that I want
to ignore all characters except numerics. What
value should the KeyAscii variable be set to.

In addition I want to have the escape sequence characters not be affected. A tab should go to the next control in the tab order.

Any thoughts??