I have CMFCMenuBar which is docked on the mainframe, with many toolbars docked below it. The manager doesn't want the menu floating from mainframe. I commented out the m_menuBar.EnableDocking(...), which will prevent the menu from floating, but the problem is that other toolbars will appear above it.
How should I do this?
Thanks.
Steve