
MDI Form's menu replaced by MDI Child
Hi Marco:
Since an MDI child form's menu replace the MDI form menu, the result is
that there's no menu bar at all.
<<
A couple things I can think of that may work for you:
1. Place the popup menus in the MDI form -- you know they are there and
just
reference them from your child form when required.
2. Place the popup menus on a separate, non-child form. You don't have to
show the form,
just load it and use the menus when the child form is loaded -- unload the
form when the child
form is unloaded.
Hope this helps,
Doug.