PDA

Click to See Complete Forum and Search --> : Wut is the ASCII Number For the Alt key


Stepeh
Jan 6th, 2000, 05:30 AM
Wut is the ASCII Number For the Alt key
or is thare a constent that I have not fond.

Thank you For your Help

ravcam
Jan 6th, 2000, 05:33 AM
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!

markwestcott
Jan 6th, 2000, 05:38 AM
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)

LG
Jan 6th, 2000, 05:48 AM
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

badgers
Jan 6th, 2000, 05:50 AM
I get 18 in the key down event but I get zip in the key press event

Juan Carlos Rey
Jan 6th, 2000, 07:58 AM
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).]