Im making a powerpoint semi-clone. Powerpoint has an mdi (separate child for each window) except im doing that PLUS a code-based part. So each presentation will have two children. So I need the main mdi form with a child for every open presentation. Each of those windows will have two children: Design and Code.
Anyone else know how to do that?