Bob's Programming Class
Thursday, January 12, 2012
Numeric plus decimal points only in Textboxes
If (e.KeyChar < "1" Or e.KeyChar > "9") AndAlso e.KeyChar <> ControlChars.Back AndAlso e.KeyChar <> "." Then
e.Handled = True
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)