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

Assembly reference not found in XAML, but code compiles when referenced in xaml.cs class

I've got a strange problem adding a dll reference. I've got a WPF application and am trying to use the …

c# .net wpf xaml mdi
Loop through all MDI children and close all other forms except the current

I am working on a winforms application using c#. I have an MDI container that has a menu on the …

c# winforms mdi
Prevent duplicate MDI children forms

Is there a way to prevent the opening of a certain form within an MDI container if that said form …

c# mdi children
MDI parent size to fit MDI child form

I want the MDI parent to auto-size the child form so it fits inside without scroll bars. Can someone provide …

c# winforms mdi
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
Visual Studio 2010 annoyingly opens documents in wrong MDI pane

Visual Studio's MDI is currently causing me a lot of frustration. Here is my basic layout: +--------------+---+ | | | | 1 | | | | | | | 3 | +--------------+ | | 2 | | +--------------+…

visual-studio-2010 mdi
Creating a subform within a main form

I'm trying to mimic an access form where I have a subform embedded within a main form. The subform will …

c# winforms mdi datarepeater subforms
MDI Form detecting with a child form is added or removed

Is there an event I can use to tell if a child form has been added or removed from the …

c# winforms .net-3.5 mdi
How to remove gray background on MDI parent form?

What I'm trying to do is draw some glass on a form marked as an mdi container. However as soon …

c# forms mdi mdiparent
MDI parent background image

I have tried absolutely everything I could get my hand on, and it just won't work ! Has anyone ever solved …

c# image background parent mdi