Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

HowTo: Coordinate MDI & MDI Child Forms Menus in VB.NET

How Do You Coordinate MDI & MDI Child Forms Menu's in VB.NET

In VB6 when you launced a MDI Child form, it's menu would appear in it's MDI Form's menu space. NOW, it Adds to the MDI Forms Menu Area.

How can I Turn Off the MDI Form Menu before Launching the MDI Child Form?

Remember, I want to restore it when returning from the Child Form Back to the MDI Main Form.
[411 byte] By [JeffMurdock] at [2007-11-11 8:10:12]
# 1 Re: HowTo: Coordinate MDI & MDI Child Forms Menus in VB.NET
Form:
 IsMdiContainer(True/False)
 MdiParent(inChild: refers to thecontainer)
 LayoutMdi (arrange Childs)

MenuItem
 MdiList (True/False)
 MergeOrder
 MergeType(how to merg)

Hope it helps you
theWizard at 2007-11-11 21:48:00 >