
How develop MDI form with child forms
Quote:
> How develop MDI from with child forms like VB MDI form and child forms
To make something like a "child form" create a modeless dialog (see
CDialog help). In the dialog template turn off the border and titlebar
properties.
--
Scott McPhillips [VC++ MVP]