Top "Mdiparent" questions

MDI stands for Multiple Document Interface.

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
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
Centre a form in VB6

I am writing a programme to be used internaly within our company and have come across the problem below: How …

vb6 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
Change backcolor or background image of a MDI Container form in .net

i need to change the backcolor or background image of a mdi parent in my application. i tried changing the …

c# .net mdiparent