I have an MDI app with several child forms. The MDI form has a MainMenu control on it. My child forms also have MainMenu controls. By Windows defaults when a child form is opened in the MDI, the childs MainMenu is added to the MDI parents MainMenu.
How can I prevent this? I want the MDI forms MainMenu left alone. I need the child forms MainMenu controls to appear on them and not be merged with the parent MDI.
How can I prevent this? I want the MDI forms MainMenu left alone. I need the child forms MainMenu controls to appear on them and not be merged with the parent MDI.