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 section contains a set of samples illustrating various toolbar-related features.
The sample demonstrates toolbar/menu customization features:
- Various styles of the customization property sheet: tabs, underlines, and shortcut bar
- Resizable customization dialog
- Custom (user-defined) toolbars
- Keyboard shortcuts and mouse double-click customization
- Editing of the user-defined tools
- Custom pages
The sample demonstrates explorer toolbar usage: simple and image-based navigation buttons,
an embedded breadcrumb bar, and various navigation button layouts. In addition, this sample shows you how to
fill the tiles control (located on the right side) dynamically and use it for the content navigation.
The sample illustrates how to create a multicolumn toolbar with an owner-drawn information area.
The number of columns can be changed programmatically.
The toolbar can be floating or docked only at the left or right edge of the main frame window.
The sample illustrates how to put a slider (tracking) control on the toolbar. It demonstrates the following features:
- Change control size and location in customization mode.
- Ability to drag and drop control.
- Contextual synchronization between different copies of control.
The sample demonstrates how to create and use the tabbed toolbar feature. A tabbed toolbar is a control bar that contains several toolbars grouped together in a tabbed window.
The sample demonstrates how to take advantage of the DateTime Picker control and place it on a toolbar.
The sample demonstrates how to put an edit box, an edit box with a spin control, and an edit box with a drop-down calculator on a toolbar.
The sample illustrates usage of the CBCGPToolbarImages class. This class functions as an image list, and all toolbars in the library display
images sourced from these image lists. In this sample, you can see how to create image lists with different toolbar effects
(disabled and shadow images) and alpha-blending effects.
Furthermore, it illustrates how to add images dynamically at runtime and use the font icons.
The sample illustrates how to put a static text label and image label on a toolbar.
The sample illustrates how to create an MS Office-style "Undo" button and put it on a toolbar.
The sample illustrates how to create a toolbar button with a drop-down menu box.