VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Know all KeyAscii(only 1 line of code)

by Ezequiel Mat¨as Montero, From Argentina (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 26th November 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Know all KeyAscii(only 1 line of code)

Rate Know all KeyAscii(only 1 line of code)




Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii <> 0 Then: MsgBox "Number Nº : " & KeyAscii
End Sub

Download this snippet    Add to My Saved Code

Know all KeyAscii(only 1 line of code) Comments

No comments have been posted about Know all KeyAscii(only 1 line of code). Why not be the first to post a comment about Know all KeyAscii(only 1 line of code).

Post your comment

Subject:
Message:
0/1000 characters