Programming Strategy

MTSkull

Centurion
Joined
Mar 25, 2003
Messages
151
Location
Boulder, Colorado
I am starting an application that will configure at least 2 units but could be as many as 11 (original 2 plus 9 more). There will be one control unit and the rest would be subordinate to it. I was going to do it as an mdi interface where every time you add a unit it would create a new instance of the subordinate form. Then you would click on the "Configure Me" button on the sub form to run through the process. Then once all of the sub units and the control unit is done there is some additional work testing the whole network of units. My question is.. Is MDI the best way to go? If I go with MDI can I lose the title bar at the top of the child form? Any other things I might be missing/need to consider?

Thanks
MT
 
Back
Top