|
-
January 24th, 2011, 11:51 AM
#1
Problem getting 'alt' key from user
Hi
I cannot find a way to recognize an 'Alt + key' combination from the user.
Now I cannot override ProcessCmdKey since the event handling isn't done in the Form - I can access the Control attribute but the only events I can advise on are KeyUp, KeyDown (Unless I'm missing something)
keyDown - Doesn't intercept 'Alt + whatever'
keyUp - Intercepts the event only after BOTH alt and the key are up - not good enough since I need to handle continious key pressing
Any help will be greatly appreciated
Tags for this Thread
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
|