Whizard Innovation
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
PortalHomeGallerySearchLatest imagesRegisterLog in

 

 How to Disallow numeric input in Text box

Go down 
AuthorMessage
[Whiz]~Czechoslovakia
Admin
Admin



Male Number of posts : 111
Age : 34
Location : Antipolo City
Job/hobbies : Web Page Designing, Flash Animation, Software Modification, Image Editing, Gathering Intelligence, T
Registration date : 2008-04-12

How to Disallow numeric input in Text box Empty
PostSubject: How to Disallow numeric input in Text box   How to Disallow numeric input in Text box Icon_minitimeThu Dec 04, 2008 6:51 pm

Private Sub Text1_KeyPress(KeyAscii As Integer)
If IsNumeric(Chr(KeyAscii)) Then
KeyAscii = 0
End If
End Sub
Back to top Go down
http://whiz.forumotion.com
 
How to Disallow numeric input in Text box
Back to top 
Page 1 of 1
 Similar topics
-
» Snow on text
» Burning Text Tutorial
» Electric text effect
» Reflective liquid type text
» Unique Color Fade Text Effect

Permissions in this forum:You cannot reply to topics in this forum
Whizard Innovation :: Whiz Tutorial :: Visual Basic Tutorial-
Jump to: