MFC Fundamentals
| Overview | How Do I | Details | | Tutorial
MFC's strong suit is its fundamental support for programming for Microsoft Windows. The following programming areas are of common interest:
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
Serialization of data to and from files and other media
Device contexts and GDI drawing objects
Collections of data objects
Strings, , and
And considerably more.