I have an mdiform, and some mdichildren that are created at runtime. I have set all the mdichildren's windowstate to wsMaximize. But now, i want to have two mdichildren, both maximized, but only in a part of the mdiform, eg one left and one right. It would be nice if I could embed an mdichild into a panel for instance. Does anyone know how I can obtain this?
(Assuming you are using MFC) I've never done it, but it seems possible to create a view that has a CSplitterWnd with two columns. Each of the windows would be a CFormview. It would work much like an SDI when that view was active.