Keycode of @ char

S

Sapo19875

Hi all,
I'm working with the event "Form_KeyDown" and i would like o know wich
button is pressed on virtual keypad.
Using KeyCode i obtain all char and it seems to work, but when i want
to intercept the button "@" i have the same result as i tap the "2"
button (the KeyValue is the same - 50).
No modifiers are present!
Anybody knows how can i do?????


thanks in advance
Samu
 
S

Sapo19875

Hi all,
I'm working with the event "Form_KeyDown" and i would like o know wich
button is pressed on virtual keypad.
Using KeyCode i obtain all char and it seems to work, but when i want
to intercept the button "@" i have the same result as i tap the "2"
button (the KeyValue is the same - 50).
No modifiers are present!
Anybody knows how can i do?????

thanks in advance
Samu

OK... i'm stupid....eheheh
Modiifer shift is ON!!!

the difference is Shift = true!!!!

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top