johncassell
Well-known member
Hi all,
can someone tell me how to restrict users to only entering numbers into a textbox.
I know it needs to be in this part but not sure what the code should be..
any help is greatly appreciated.
Thanks
John
can someone tell me how to restrict users to only entering numbers into a textbox.
I know it needs to be in this part but not sure what the code should be..
VB.NET:
Private Sub WorkstationTextBox_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles WorkstationTextBox.KeyPress
End Sub
any help is greatly appreciated.
Thanks
John