gomindi Posted January 16, 2003 Posted January 16, 2003 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 Quote
Moderators Robby Posted January 16, 2003 Moderators Posted January 16, 2003 for a text box you can use... (in the keyPress event) e.KeyChar.IsDigit(e.KeyChar) Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.