G
Guest
I am working on an MDI Windows Forms application using C# and VS.NET 2003.
The main form has a MainMenu with several MenuItems. The child forms
displayed in the main form's client area do not have menus.
The problem is that when the main menu is activated by pressing the Alt key
and the user navigates through the main menu using the left and right arrows,
the focus can "fall off" of the main menu items and seems to disappear.
However, the focus has actually moved to the menu associated with the title
bar (right-click of the icon) of the main form or the title bar of the
currently active child form.
Is there a way to constrain the navigation to the main menu of the main form?
Thanks,
Dave
The main form has a MainMenu with several MenuItems. The child forms
displayed in the main form's client area do not have menus.
The problem is that when the main menu is activated by pressing the Alt key
and the user navigates through the main menu using the left and right arrows,
the focus can "fall off" of the main menu items and seems to disappear.
However, the focus has actually moved to the menu associated with the title
bar (right-click of the icon) of the main form or the title bar of the
currently active child form.
Is there a way to constrain the navigation to the main menu of the main form?
Thanks,
Dave