Forms provide a convenient container for controls. You can easily insert an MFC-based form into your application, so long as the application supports the MFC libraries.
forms, inserting into a project; forms, adding to a project; inserting forms; Insert New dialog box; forms, Insert New Form dialog box
To insert a form into your project
If the New Form command is not available, your project may be based on the ActiveX Template libraries (ATL). To add a form to an ATL project, you must specify MFC support when first creating the project.
The remaining fields under Form Information are automatically generated from the form name.
Visual C++ adds the form to your application, opening it inside the Dialog editor so that you can begin adding controls and working on its overall design.
You may want to perform the following additional steps (not applicable for dialog-based applications):
For more information, see CFormView.