The Wayback Machine - https://web.archive.org/web/20100408000326/http://www.codeguru.com:80/cpp/controls/toolbar/miscellaneous/

    Miscellaneous

    Tip: Painting the CToolbar's Parent Window (AfxControlBar)

    Learn how to paint the background color (paint entire window) of CToolbarby using the "AfxControBar".

    Locking Rebars and Toolbars

    Learn how to lock the toolbars (within a rebar or not) like Windows Explorer under Windows 2000/XP.

    [Updated] Building and Using a Toolbar Header

    How to implement a header for your SDI/MDI project.

    Putting a Docking Toolbar in a Dialog App

    Getting a docking toolbar in a dialog is not easy. I do a small trick -- I make a dialog behave like a toolbar, thus making a lot of GUI gimmicks easy to incorporate.

    Toolbar Button Events and Disabling in Visual C++ 7

    How to hook up the normal click events for toolbars in VC7, and how to disable buttons programmatically, depending on context.

    Taskbar Sorter Utility

    This utility allows you to change the order of items on your taskbar, by dragging them into position in a list.

    Adding Toolbar button in CFileDialog

    This article will show you how to add a Toolbar button in CFileDialog's Toolbar.

    Switching Toolbars in MDI

    New article with source

    Toolbars with Tooltips in a CFormView derived class

    New article and source.

    Docking Toolbars Side-By-Side

    Updated Article

    Displaying text on a Toolbar

    Updated Article

    Toolbar with 16M colour images

    Toolbar with 16M colour images

    Using 256 color bitmaps in toolbar

    Using 256 color bitmaps in toolbar

    Extended Multi Size Multi Color Toolbar!

    Extended Multi Size Multi Color Toolbar!

    How to display tooltips for a toolbar in a dialog

    How to display tooltips for a toolbar in a dialog