i use keypress to catch keyborad input and after press i use msgbox to direct show ascii
this program i made
Public Class Form1
Private Sub Form_Keypress(ByVal KeyAscii As Integer)
Dim ascii As Integer
Dim Hex, Dec_Hex As String
ascii = KeyAscii
Do Until...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.