I have a project where a main menu (an MdiForm) contains a traditional menu bar, with a series of sub-menus, at the top of an otherwise blank window which is used as the background when calling other MDIChild forms. I have recently introduced PopUpMenus to some of these MDIChild forms. I have set the top level menu item for the PopUpMenu to be invisible in each of the MDIChild forms but as soon as one of these child forms is activated, the original menu bar on the main menu disappears. How can I keep the main menu bar visible while supporting these MDIChild forms with PopUpMenus?
Any help would be appreciated.
Any help would be appreciated.