Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.69 KB

building-on-the-framework.md

File metadata and controls

26 lines (17 loc) · 1.69 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Building on the Framework
Building on the Framework
11/04/2016
application-specific classes [MFC]
application framework [MFC], building applications
applications [MFC]
MFC, application development
883f0f19-866f-4221-8a3d-5607941dc8d0

Building on the Framework

Your role in configuring an application with the MFC framework is to supply the application-specific source code and to connect the components by defining what messages and commands to which they respond. You use the C++ language and standard C++ techniques to derive your own application-specific classes from those supplied by the class library and to override and augment the base class's behavior.

In related topics, the following tables describe the general sequence of operations you will typically follow and your responsibilities versus the framework's responsibilities:

For the most part, you can follow these tables as a sequence of steps for creating an MFC application, although some of the steps are alternative options. For example, most applications use one type of view class from the several types available.

See also

General MFC Topics