[Help] Numeric textboxes and email filter. [solved]
ok i have 2 questions.
1. how can i make textbox with numbers only
2. how can i make email adress textbox
hope you help

Select Case e.Keys
Case Keys.A
Textbox1.text = textbox1.text.replace("a","")
Case keys.b
'Etc.
End select