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

Delphi MDI - handling open/close/activate child form

I'm developing MDI application which assigns a tab for each created MDI child. I need to "catch" OnActivate, OnCreate and …

delphi mdi window-messages
How to correctly ShowDialog() from inside an MDIChild form?

I have an MDIChild form that needs to show a dialog. I'm currently doing it like this from inside the …

.net winforms mdi showdialog
JDesktopPane - how to get active frame

How to get active (having focus) frame (JInternalFrame) that is inside JDesktopPane? I need it for my MDI notepad (not …

java swing mdi jinternalframe jdesktoppane
Delphi - Hidden MDI child form creation

My application has many many mdi forms and they are created after successfull user login. How can I best hide …

delphi forms mdi
Showing MDI form as modal

This will sound against the nature of MDI.. I need to show a MDI form (FormStyle=fsMdiChild) as modal sometimes. …

delphi mdi
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
Making a Toolstripcontainer panel work like an MDI parent

This is for C# and I am working in a Windows 7 environment with Visual Studio Express 2010. I have an application …

c# mdi toolstripcontainer