Capturing Key Down Events in MenuStrip
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am developing an MDI application in Visual Studio 2005 and I would like to capture the key down events in a menustrip control. For some reason, the keydown event does not fire no matter what keys I press while the focus is on the menustrip control. If I press the left arrow, I do move to the left on the strip, right arrow moves to the right, etc., but the keydown event does not fire. Can anyone tell me what I need to do to ensure the MenuStrip's keydown event fires? Thank you...