You know that thing called Ascii or hoewer is it called
Well if you know kould you say key values
i mean for egzample
a is 65
backspace is 8
and i need them all
Printable View
You know that thing called Ascii or hoewer is it called
Well if you know kould you say key values
i mean for egzample
a is 65
backspace is 8
and i need them all
You can get them from the help files, or you can use this code:
Have fun!Code:'Add a textbox to a form, called text1
Private Sub Text1_KeyPress(KeyAscii As Integer)
MsgBox KeyAscii
End Sub
I lost my help file :(
Nice program you got here :)
Thanks! I wrote that one ALL BY MYSELF! :) I barely looked at the help file at all!
:)