Use this code to find the ascii code for any key by pressing that key
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
(1(1 Vote))
Private Sub Form_KeyPress(KeyAscii As Integer)
Print KeyAscii
End Sub
Use this code to find the ascii code for any key by pressing that key Comments
No comments yet — be the first to post one!
Post a Comment