Top "Mdi" questions

MDI (Multiple Document Interface) is a type of GUI , which presents a single parent (container) window for other windows in a specific application

How to make WinForms UserControl fill the size of its container

I am trying to create a multilayout main screen application. I have some buttons at the top that link to …

c# .net winforms mdi multipage
Visually remove/disable close button from title bar .NET

I have been asked to remove or disable the close button from our VB .NET 2005 MDI application. There are no …

vb.net mdi titlebar
Maximize MDI child form

I'm working on a legacy WinForms MDI application and have some trouble making the child forms behave as I want. …

c# winforms mdi mdichild maximize
Move one form to another winforms - C#

I have 2 winforms Form 1 and Form 2. I have button1 in form1, when i click on button1 from form1 i display …

winforms mdi
C# Panel As MDI Container

In C# i want to create a panel that has the properties of a MDI container ie. isMdiContainer = true. I …

c# forms panel mdi
MDI form in C# Parent And Child

I have 3 forms on my project. form1 is MDI controller form2 and form3 are MDI children How do I create …

c# winforms mdi
Best Approach for a MDI Application in WPF?

I am developing a WPF Application for a Shop. So i have a MainWindow and all the rest will be …

c# wpf xaml mdi
Change Background of an MDI Form

How can I change the BACKGROUND color of the MDI FORM in C#? I changed it using the background color …

c# visual-studio winforms mdi
How to implement mdi in a WPF application

I really like MDI applications. It allows me to move quickly between windows and compare the content of different windows. …

wpf mdi
How to make mdichild load at the center of mdiparent window

HI all, I have this code in which the window property of making child window load at the center of …

c# mdi