Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. mainmenu in a mdi child

mainmenu in a mdi child

Scheduled Pinned Locked Moved Visual Basic
questionvisual-studio
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    ESTAN
    wrote on last edited by
    #1

    Hi, I have a mdi application where the mdi childs can not be maximized. Now i like to have a mainmenu in the mdi child, but it seems ok in vs but at run time the mainmenu of the mdi child is added to the mainmenu of the mdi parent. How can I keep the mainmenu in the mdi child? Thanks!

    D J 2 Replies Last reply
    0
    • E ESTAN

      Hi, I have a mdi application where the mdi childs can not be maximized. Now i like to have a mainmenu in the mdi child, but it seems ok in vs but at run time the mainmenu of the mdi child is added to the mainmenu of the mdi parent. How can I keep the mainmenu in the mdi child? Thanks!

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      ESTANNY wrote:

      Now i like to have a mainmenu in the mdi child

      Not supported. The menus in the child forms get merged with the menu in the MDI Parent form. There is no option to put the menus in the MDI Child forms.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      1 Reply Last reply
      0
      • E ESTAN

        Hi, I have a mdi application where the mdi childs can not be maximized. Now i like to have a mainmenu in the mdi child, but it seems ok in vs but at run time the mainmenu of the mdi child is added to the mainmenu of the mdi parent. How can I keep the mainmenu in the mdi child? Thanks!

        J Offline
        J Offline
        Johan Hakkesteegt
        wrote on last edited by
        #3

        You could consider using the ContextMenu control. This you can add to each mdi child form separately. For all intents and purposes the same, just looks different. Johan

        My advice is free, and you may get what you paid for.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups