The Microsoft Foundation Class Library provides classes for common accessory windows that are typically located along the borders of frame windows — CToolBar, CStatusBar, and CDialogBar, all of which are derived from CControlBar. If you select the AppWizard Initial Toolbar option, your application will have a standard toolbar and status bar.
CTRLBARS shows the following:
DOCKTOOL illustrates:
NPP demonstrates many features of toolbars and status bars.
OLDBARS provides support for applications that rely on the old implementations of CToolBar and CStatusBar by providing the source code for these classes.
SCRIBBLE shows how to add buttons to a toolbar.
See Also