MDI (Multiple Document Interface) is a type of GUI , which presents a single parent (container) window for other windows in a specific application
I'm developing MDI application which assigns a tab for each created MDI child. I need to "catch" OnActivate, OnCreate and …
delphi mdi window-messagesI have an MDIChild form that needs to show a dialog. I'm currently doing it like this from inside the …
.net winforms mdi showdialogHow to get active (having focus) frame (JInternalFrame) that is inside JDesktopPane? I need it for my MDI notepad (not …
java swing mdi jinternalframe jdesktoppaneMy application has many many mdi forms and they are created after successfull user login. How can I best hide …
delphi forms mdiThis will sound against the nature of MDI.. I need to show a MDI form (FormStyle=fsMdiChild) as modal sometimes. …
delphi mdiI have an MDI application. When I show a message box using MessageBox.Show(), the entire application disappears behind all …
vb.net mdi messagebox mdichildThis is for C# and I am working in a Windows 7 environment with Visual Studio Express 2010. I have an application …
c# mdi toolstripcontainer