Share via


MFC Fundamentals

OverviewHow Do IDetailsTutorial

MFC's strong suit is its fundamental support for programming for Microsoft Windows. The following programming areas are of common interest:

Frame windows

Documents

Views of documents

Multiple views

Special view types, such as scroll views and form views

Dialog boxes and property sheets

Mapping Windows messages to handler functions

Toolbars and other control bars

Printing and print preview

Serialization of data to and from files and other media

Device contexts and GDI drawing objects

Exception handling

Collections of data objects

Diagnostics

Strings, , and

Date and time

And considerably more.

What do you want to do?