Wut is the ASCII Number For the Alt key
or is thare a constent that I have not fond.
Thank you For your Help
Printable View
Wut is the ASCII Number For the Alt key
or is thare a constent that I have not fond.
Thank you For your Help
Um I don't know the answer but I do know that there are websites that do have the complete table for you to look at. That is if there is no one else willing to voluteer the infomation!
Why don't u just try it with a text box that puts up a message when you press a key?
Mark
(P.S It's 18)
Ther is no ascii for ALT.
But when you press ALT and Key it will change the Key value to upper table (above 128), as I know
I get 18 in the key down event but I get zip in the key press event
Alt, Shift and Control don't have ASCII code, for they do not send out a character, they modify other keys instead.
For detecting Alt key (as well as Control, Shift, Function keys, etc.) use KeyCode. Look in Help.
[This message has been edited by Juan Carlos Rey (edited 01-06-2000).]