Top "Mdichild" questions

MDI stands for Multiple Document Interface.

How to open child forms positioned within MDI parent in VB.NET?

How do we arrange child forms in a parent MDI window? I'm able to call and display a child form …

vb.net vb.net-2010 mdichild
Opening a child form from another child form and set MDI to parent form - how to do?

I have a MDI form. within this MDI form I can open some child forms using: This is within MainForm …

c# winforms mdichild mdiparent
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
How to avoid Multiple Child forms shown in MDIParent C# Win Forms

I want to avoid my child form from appearing many times when a user tries to open the child form …

c# winforms mdichild mdiparent
Form that was specified to be the MdiParent for this form is not an MdiContainer

I was working on an inventory software and suddenly came to know that I need some main form through which …

c# .net winforms mdi mdichild
MDI Parent Form Problem setting Parent

I am using a MDI parent form that has a childs and they show up very well when they are …

c# visual-studio-2010 mdichild mdiparent
Windows MDI child form doesnt open in WIndowMaximized state

I have set a form as a child of an MDI form which has its WindowState set to Maximized. When …

c# mdichild windowstate
How to close previous mdi child in parent form

I have a mdi parent form and I open my other forms in run time as mdi child form by …

c# winforms mdichild mdiparent
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
Switching between Visual Studio windows/tabs web browser style

So, I'm not completely sure this is the best idea ever but I do find myself trying to switch tabs …

visual-studio-2008 user-interface ide mdichild