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