Jan 16, 2003 #1 G gomindi Active member Joined Aug 28, 2002 Messages 25 Location UT I have a panel where you can input information. I want to make sure that the input is only Numeric or only Alpha. Can anybody help me with some code? thanks! Mindi
I have a panel where you can input information. I want to make sure that the input is only Numeric or only Alpha. Can anybody help me with some code? thanks! Mindi
Jan 16, 2003 #2 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* for a text box you can use... (in the keyPress event) e.KeyChar.IsDigit(e.KeyChar)