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
  1. Home
  2. General Programming
  3. C#
  4. Remove Child Form Control box from MDI Form

Remove Child Form Control box from MDI Form

Scheduled Pinned Locked Moved C#
4 Posts 2 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.
  • K Offline
    K Offline
    Karmendra Suthar
    wrote on last edited by
    #1

    I want to remove the Control Box of a child Form ( you see it below the MDIForm control box) Control box is the minimize, maximize close bouton on top right corner. Look at this ScreenShot[^]">

    D 1 Reply Last reply
    0
    • K Karmendra Suthar

      I want to remove the Control Box of a child Form ( you see it below the MDIForm control box) Control box is the minimize, maximize close bouton on top right corner. Look at this ScreenShot[^]">

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

      AFAIK, you can't remove it. It's the TitleBar of the MDIChild form when the child is maximized.

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

      K 1 Reply Last reply
      0
      • D Dave Kreskowiak

        AFAIK, you can't remove it. It's the TitleBar of the MDIChild form when the child is maximized.

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

        K Offline
        K Offline
        Karmendra Suthar
        wrote on last edited by
        #3

        Thanks Dave, Can we merge the title bar of parent and child, so that only one title bar is visible? Regards, Karmendra

        D 1 Reply Last reply
        0
        • K Karmendra Suthar

          Thanks Dave, Can we merge the title bar of parent and child, so that only one title bar is visible? Regards, Karmendra

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

          No, it's not supported by the standard MDI library in .NET. I don't know of a library that does this.

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

          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