To create a new SDI application:
- Choose FileNewOther to bring up the New Items dialog.
- Click on the Projects page and double-click SDI Application.
- Click OK.
By default, the
FormStyle property of your
Form object is set to fsNormal, so that the IDE assumes that all new applications are SDI applications.