Creating a Forms-Based Application

HomeOverviewHow Do IDetailsSample

A form is dialog box with controls that let a user access and possibly change data. You may want to develop an application in which the user chooses from a selection of forms. Commonly, a forms-based application lets the user access forms by selecting New from the File menu. A dialog-based application, which does not give users access to a New option in the File menu, is also considered a forms-based application.

To create a forms-based application:

After you finish with the wizard, your project will open and if you selected CFormView (or a class that inherits from CFormView) as your base class, Visual C++ will open the dialog editor and you will be ready to design your first form.

See Also   Form Topics.