Skip Navigation LinksBCGSoft > Document/View samples

Document/View Samples

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.

DockingView

Demonstrates how to embed a CView-derived class into a docking bar.

MDITabsDemo

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.

ViewsDemo

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.

TabbedView

Illustrates usage of tabbed views.

TaskBarDemo

Demonstrates Windows Taskbar features such as thumbnails, preview, overlay icons, and others.

PropertyGridMDIDemo

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.