VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Use this code to find the ascii code for any key by pressing that key

by ACMOA (7 Submissions)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 15th October 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Use this code to find the ascii code for any key by pressing that key

Rate Use this code to find the ascii code for any key by pressing that key




Private Sub Form_KeyPress(KeyAscii As Integer)
 Print KeyAscii
End Sub



Download this snippet    Add to My Saved Code

Use this code to find the ascii code for any key by pressing that key Comments

No comments have been posted about Use this code to find the ascii code for any key by pressing that key. Why not be the first to post a comment about Use this code to find the ascii code for any key by pressing that key.

Post your comment

Subject:
Message:
0/1000 characters