Jaruzel.com

Allow only Numbers in a Textbox Control


If e.KeyChar.IsNumber(e.KeyChar) = False Then
e.Handled = True
End If