Top "Mdichild" questions

MDI stands for Multiple Document Interface.

Opening external application inside VB.NET MDI Form

I need to open some external applications such as notepad.exe inside the VB.NET MDI form, and also I …

vb.net mdichild external-process
How to bring MDI Child Form To Front?

Overview: I have an MDI Parent Form in which I load other forms. After loading the second form, I can …

c# mdichild mdiparent topmost bringtofront
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
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
How to open a mdi child form from another with vb?

How to open a mdi child form from another with vb in the main mdi parent?

vb.net mdichild mdiparent
mdi child form maximized windowstate - BorderStyle

I want to open a child form inside parent with maximized windowstate. I don't want to let the user minimize/ …

c# vb.net winforms mdichild mdiparent
How can I make MdiChild forms be in tabs in C#?

I have a MDIparent Forma and which has some mdichild forms in it. Can you help me some how put …

c# windows tabs mdichild mdiparent
Merge menu strip items for MDI windows

How can I merge menu items of parent form and child form with same menu name?

c# menuitem mdichild mdiparent
VB.Net MessageBox.Show() moves my form to the back

I have an MDI application. When I show a message box using MessageBox.Show(), the entire application disappears behind all …

vb.net mdi messagebox mdichild
Bring MDIChild form to front if already open

I've been struggling to get this to work...I have a button on a MDIchild form that opens another MDIchild …

vb.net forms mdichild bringtofront