VB6: MDI child menus replace MDI form menus
Hi,
I have a MDI form and a MDI child, both with menus. When the child is shown, its menus are shown in the MDI form instead of the MDI form's own menus. I want both MDI form's menus and the MDI child's menus to be shown. How to do that? Please help me.
Re: VB6: MDI child menus replace MDI form menus
That's how mdi interface works in VB6.
You may overcome this behavior by creating all menus directly on the mdi parent form and show/hide appropriate when loading/unloading specific child form.