| 1.
CustomPages |
| This
sample illustrates how to add a custom property
page 'My Customization Page' into the
customization dialog. |
| 2.
DlgBars |
| This
sample shows how to put toolbars and outlook
bars on the dialog box. |
| 3.
DrawEffects |
| The
example shows how to use CBCGDrawManager class
to display various effects like gradient fill,
shadows, highlight and so on. |
| 4.
DynamicMenu |
This
sample illustrates how a popup menu and a menu
bar can be changed on the fly.
The following features are available:
- insert two dynamic menu items under the
'Edit' menu (see CMainFrame::OnShowPopupMenu)
- insert dynamic popup menu 'DynamicMenu'
into the top-level menu bar
- draw an image on a dynamic menu item
|
| 5.
MDIBars |
| This
sample demonstrates how to use customizable
toolbars that belong to an MDI child
frame. |
| 6.
PaletteDemo |
|
| Demonstrates
how to create non-customizable (locked)
multi-column toolbars with owner-draw
information area |

|
| 7.
Slider |
This
sample illustrates how to put an external
control (slider) on BCGToolBar. The following
features are available:
- change control size and location in
customization mode
- ability to drag and drop control
- context synchronization between different
control copies
|

|
| 8. Profile
manager (StateToFile) |
| This
sample illustrates how to save/load the current
profile (application state) to a file. It uses
the
fact that the application state is saved/loaded
to/from the registry. The implementation
just executes 'regedit.exe' in silent mode to
import/export the state from/to the registry. |
| 9.
ToolbarLabel |
| This
example illustrates how to put static text and
image labels on the toolbar. |

|
| 10.
TrayMenu |
| This
example shows how to use BCGControlBar library
in applications that reside in the system
tray and need to display "cool" menus. |

|
| 11.
UserTools |
| This
sample demonstrates how to enhance user-defined
tools. In this application user can define
various tools with up to two additional
parameters. |
| 12. TabbedView |
| Tabbed
view example. |

|
| 13. OwnerDrawMenu |
| This
sample demonstrates how to display a popup menu
with owner-draw items. |

|
| 14. StateCollection |
| This
sample illustrates how to change workspace
"on the fly" |
| 15.
Docking Controls |
| This
sample illustrates how to put controls into
CBCGSizingControlBar. |
| 16. WorkSpaceToolBar |
| This
sample illustrates how to create docking control
bar with embedded toolbar. |

|
| 17.
BCGExplorer |
| This
sample illustrates how to use CBCShellManager,
CBCShellTree and CBCShellList classes. |
| 18. UndoBox |
| This
sample illustrates how to create VS/Office-like
undo button with drop-down window. |

|
| 19.
ListCtrlDemo |
| This
sample illustrates the usage of CBCGListControl
class. |

|