How do i make a textbox that you ONLY can write numbers in ?
I thought of something like this:
VB Code:
  1. If  txtNumbers.Text = "a" or "A" Then
  2. txtNumbers.Text = ""
  3. End If

It works fine, but it will just be a hell of a lot of work !
And i'm... pretty lazy
Regards