Hi everybody
I need to know when user types the underline character ( _, ASCII code 95), but when I receive the events KeyDown, KeyPress or KeyDown, all that I get is key codes (i.e. OemMinus, code 189).
I know that when the OemMinus is pressed and the "Shift" key is also pressed, then the user is typing the underline character, but I want a more general method ( API? ) to translate any KeyData / KeyCode or KeyValue into the ASCII code of the character typed by user.
Thanks in advance
Luis B. Chicaiza
I need to know when user types the underline character ( _, ASCII code 95), but when I receive the events KeyDown, KeyPress or KeyDown, all that I get is key codes (i.e. OemMinus, code 189).
I know that when the OemMinus is pressed and the "Shift" key is also pressed, then the user is typing the underline character, but I want a more general method ( API? ) to translate any KeyData / KeyCode or KeyValue into the ASCII code of the character typed by user.
Thanks in advance
Luis B. Chicaiza