MFC Wizards and Dialog Boxes
The Microsoft Foundation Class (MFC) wizards generate boilerplate code for various kinds of components and objects. You can run the wizards by opening the shortcut menu for a project in Solution Explorer and choosing Add, Class.
Related Articles
Title |
Description |
---|---|
Creates a DLL based on MFC. |
|
Generates an MFC application. |
|
Generates a container for an ActiveX control. |
|
Generates an ActiveX control based on MFC. |
|
Creates a basic class. |
|
Generates a class and populates it based on the type library that you specify. |
|
Creates a handler for a Windows message. |
|
Creates a component that can communicate with an ODBC database. |
|
Creates headers and macros that are required by the Active Template Library (ATL). |
|
Creates an .h file and a .cpp file. |
|
Links to the MFC documentation. |