Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.02 KB

mfc-wizards-and-dialog-boxes.md

File metadata and controls

26 lines (23 loc) · 2.02 KB
description title ms.date ms.assetid
Learn more about: MFC Wizards and Dialog Boxes
MFC Wizards and Dialog Boxes
11/04/2016
2fae0a2c-d147-4468-a547-f7b85df767a1

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
Creating an MFC DLL Project Creates a DLL based on MFC.
Creating an MFC Application Generates an MFC application.
Creating an MFC ActiveX Control Container Generates a container for an ActiveX control.
Creating an MFC ActiveX Control Generates an ActiveX control based on MFC.
MFC Class Creates a basic class.
MFC Class from a Type Library Generates a class and populates it based on the type library that you specify.
MFC Message Handler Creates a handler for a Windows message.
MFC ODBC Consume Creates a component that can communicate with an ODBC database.
ATL Support in an MFC Project Creates headers and macros that are required by the Active Template Library (ATL).
MFC Class Wizard Creates an .h file and a .cpp file.
MFC Desktop Applications Links to the MFC documentation.
IDL MFC Method Wizard Add a method to an IDL interface in an MFC project.