DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2003
    Location
    Agua Dulce, CA
    Posts
    12

    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.

  2. #2
    Join Date
    Nov 2005
    Posts
    15

    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

  1. Replies: 4
    Last Post: 06-04-2009, 04:52 PM
  2. VB.NET MDI issues
    By humansky in forum .NET
    Replies: 3
    Last Post: 11-30-2005, 02:35 PM
  3. VB.NET Mdi project problem
    By H.w.Hendrick in forum .NET
    Replies: 0
    Last Post: 10-10-2005, 02:16 PM
  4. Replies: 2
    Last Post: 09-10-2005, 02:56 AM
  5. Sample code - MDI 'forms' collection
    By Larry Leach in forum .NET
    Replies: 3
    Last Post: 07-28-2001, 04:55 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links