Code :
Select Case e.KeyCode
Case Keys.A To Keys.Z
e.SuppressKeyPress = False ' Enable input ...
Case Keys.Back
e.SuppressKeyPress = False
Case Keys.D0 To Keys.D9
e.SuppressKeyPress = False
Case Keys.NumPad0 To Keys.NumPad9
e.SuppressKeyPress = False
Case Else
e.SuppressKeyPress = True ' Disable Input ...
End Select
Facebook Group :
/ 557992827685165