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

Passing value from child to mdi parent in VB.net

I have a simple contact book. The application has a main window that's an mdi form. When a contact is …

.net vb.net mdi
Difference between .Owner property and ShowDialog(IWin32Window owner)?

I presume a winform's owner can be set explicitly via the .Owner property OR by passing the owner in the …

c# winforms modal-dialog mdi
Open Modal window in Center of Parent Form in MDI Application

I am working on Winform application and want to open modal form in center of parent form. In Winform application …

c# winforms mdi
Problem with icon on creating new maximized MDI child form in .NET

I have a .NET 3.5 MDI WinForms application. I set a a child form's Icon property, and the icon shows up …

.net winforms icons mdi
How To Add Winform To WindowsFormsHost

My Main Project Is Under WPF, In My Solution I have: winform which name is Form1 wpfForm which name is …

c# wpf integration mdi windowsformshost
C# MDI Parent detect when MDI Child is closing?

I'm attempting to detect, on the MDI parent, when my MDI child form closes, and react accordingly. The MDI parent …

c# mdi mdichild mdiparent formclosing
How to open a new window form within another form in c#

i have developed a windows form application using c#. it has 2 forms like login form and main form. When i …

c# winforms login mdi
Size/Location of Winforms MDI Client Area

Inside an MDI form is a client area that hosts the mdi child forms. How do I find out how …

winforms mdi mdichild mdiparent
Delphi, frames vs forms. What for multi-document interface?

yesterday I've started discussion on "MDI vs tabbed interface". I've asked whether should I continue developing my app as MDI-based, …

delphi mdi frames tframe
Controls in container form come over child form?

In a container form I have menu and buttons to open ther forms. Here I am facing a problem when …

c# winforms .net-3.5 mdi mdichild