I've 2 forms: 1 is the parent and the other is the child that has a mainmenu.
How to show the child form, "inside" the parent, with its mainmenu?
Thanks.
Printable View
I've 2 forms: 1 is the parent and the other is the child that has a mainmenu.
How to show the child form, "inside" the parent, with its mainmenu?
Thanks.
from what I understand... MDI Children do not have menu's there parent handles the menu system. You could create a toolbar and place buttons that could open context menus and have a menu system like that?
I may be way off here...
The MDIChild Mainmenu should by default be added to its parent's mainmenu. You can play with the MergeType and MergeOrder to change how or where it shows up at. If you don't want the child's menu to show use Remove but by default it should be Add and show up.
Damn! :mad:Quote:
Originally posted by Evad
from what I understand... MDI Children do not have menu's there parent handles the menu system. You could create a toolbar and place buttons that could open context menus and have a menu system like that?