V. Simple GetKeyAscii code
I have seen all of these really complex GetKeyAscii functions out there. Well check this out.
Assumes
You need to paste this code in the KeyUp section of the Form Code.
Rate V. Simple GetKeyAscii code
(3(3 Vote))
Private Sub Form_KeyUp (KeyASCII as Integer, KeyCode as Integer)
Label1.Caption = KeyCode
End Sub
V. Simple GetKeyAscii code Comments
No comments yet — be the first to post one!
Post a Comment