how can we convert a Keys.KeyData to key code any suggestions .....:wave:
Printable View
how can we convert a Keys.KeyData to key code any suggestions .....:wave:
...why not as Microsoft advises..?
http://msdn.microsoft.com...keyeventargs.keydataQuote:
You can use constants from Keys to extract information from the KeyData property. Use the bitwise AND operator to compare data returned by KeyData with constants in Keys to obtain information about which keys the user pressed. To determine whether a specific modifier key was pressed, use the Control, Shift, and Alt properties.
or did I get u wrong?