A collegue of me has some problems with the menu's on an MDI parent.
An MDI child has a usercontrol with a menu. This menu is merged with the MDI child's menu. No problem there.
The problem is that the MDI parent's menu disappears as soon as the active MDI child has it's own menu (or an ActiveX control on this child form has a menu).
Does anyone know how to merge the MDI parent's menu with the menu from the MDI child?
Any workarounds or maybe some API calls to show the MDI parent's menu?
