You may download all samples in the single ZIP file (set of more than 130 sample applications).
This page contains ZIP files with executables only. You can find the source code of these applications in the Examples and Samples folders under the product installation directory (if you don't have the retail product version, please download the product evaluation).
This set of samples illustrates how to take advantage of the MFC Document/View architecture enhancements provided by the library.
Demonstrates how to embed a CView-derived class into a docking bar.
Demonstrates various options that can be applied to MDI tabs (MDI tabbed documents) and how to change these options on the fly.
It also shows how to change visual styles at runtime and how to persist all selected options.
Shows how to switch between multiple views in an SDI application using the Outlook Bar control.
The Outlook Bar is statically docked at the left side of the main frame.
In addition, this sample demonstrates how to enable the images auto-inversion in the dark themes.
Furthermore, you can use this sample as a tutorial on how to use our CView-derived classes, such as Grid View, Chart View, and others.
Illustrates usage of tabbed views.
Demonstrates Windows Taskbar features such as thumbnails, preview, overlay icons, and others.
This sample demonstrates the features of the property grid and how to use it in MDI applications.
The property grid displays properties of the currently active document (including torn-off documents), and,
when the property is being changed, this modification is immediately applied to this document.