-
HowTo: MDI & MDI Child Forms Menu's 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.
Last edited by JeffMurdock; 03-07-2006 at 03:15 PM.
-
This is how I do it
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
Similar Threads
-
By Phil Weber in forum .NET
Replies: 4
Last Post: 06-04-2009, 04:52 PM
-
By humansky in forum .NET
Replies: 3
Last Post: 11-30-2005, 02:35 PM
-
By H.w.Hendrick in forum .NET
Replies: 0
Last Post: 10-10-2005, 02:16 PM
-
Replies: 2
Last Post: 09-10-2005, 02:56 AM
-
By Larry Leach in forum .NET
Replies: 3
Last Post: 07-28-2001, 04:55 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|