|
-
March 25th, 2009, 10:14 AM
#1
KeyData to KeyValue ?
how can we convert a Keys.KeyData to key code any suggestions .....
-
March 26th, 2009, 02:58 AM
#2
Re: KeyData to KeyValue ?
...why not as Microsoft advises..?
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.
http://msdn.microsoft.com...keyeventargs.keydata
or did I get u wrong?
Better ask and make a rhyme
than search dead threads for a long time. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|