Hi All,

I am searching for an option (if one exists) that will allow me to make 140 textboxes to accept numbers only. I was hoping there was another way than adding to the handler:

Code:
Handles TextBox1.KeyPress, TextBox2.KeyPress, TextBox3.KeyPress (etc etc)
I am using this on another form, but of course only checking approx 10 boxes, so its not a big deal. I continue my search.... but hope there is some kind of magic to this problem.