Remove Child Form Control box from MDI Form
-
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[^]">
-
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[^]">
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 -
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, 2008Thanks Dave, Can we merge the title bar of parent and child, so that only one title bar is visible? Regards, Karmendra
-
Thanks Dave, Can we merge the title bar of parent and child, so that only one title bar is visible? Regards, Karmendra
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