Jan 16, 2003 #1 G gomindi Freshman 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 R Robby Ultimate Contributor Joined Nov 17, 2002 Messages 3,460 Location Montreal, Ca. for a text box you can use... (in the keyPress event) e.KeyChar.IsDigit(e.KeyChar)