J
Jared
I programmatically moved the MdiClient of my MDI form to be nested
inside a Panel so I can control the layout better. I also removed the
3D border on the MdiClient using Interop.
When trying to open MDI child forms, I first received an error about
the parent not being an MDI container. I suspected this was because I
moved the MdiClient, so I set IsMdiContainer back to true after the
move. I no longer get the error, but now the MDI children don't
display at all.
I'm assuming I need to hook the MdiClient back up to the parent form
somehow. How do I do this while keeping the MdiClient nested in a
Panel?
TIA
Jared
inside a Panel so I can control the layout better. I also removed the
3D border on the MdiClient using Interop.
When trying to open MDI child forms, I first received an error about
the parent not being an MDI container. I suspected this was because I
moved the MdiClient, so I set IsMdiContainer back to true after the
move. I no longer get the error, but now the MDI children don't
display at all.
I'm assuming I need to hook the MdiClient back up to the parent form
somehow. How do I do this while keeping the MdiClient nested in a
Panel?
TIA
Jared