JamesBowen
19+ years progress programming and still learning.
20 Years too late.
It is possible to Parent Child MDI windows (not using GUI for .NET).
It's using Win32 API commands using GetParent() and SetParent() API functions.
It's not something I would undertake lightly as you have to handle all kinds of edge case scenarios with maximizing, resorting and resizing the parent window and maintaining track of all the child windows handles.

It is possible to Parent Child MDI windows (not using GUI for .NET).
It's using Win32 API commands using GetParent() and SetParent() API functions.
It's not something I would undertake lightly as you have to handle all kinds of edge case scenarios with maximizing, resorting and resizing the parent window and maintaining track of all the child windows handles.
