[Updated] Tab Bar Control
Rating: John Z. Czopowik VC++ MVP - 12/21/2007 Learn about the Tab Bar control class that is based on CControlBar and the Windows common tab control; it also uses my wrapper class CTabBarCtrl.
Creating a Tabbed Tool Bar
Rating: Ganesan Subramaniam - 11/01/2002 Do you have a lot of tools (icons) in your toolbar? Learn to organize them with a tab dialog!
Locking Rebars and Toolbars
Rating: none frankyboy1 - 04/26/2005 Learn how to lock the toolbars (within a rebar or not) like Windows Explorer under Windows 2000/XP.
Putting a Docking Toolbar in a Dialog App
Rating: Dr. Sai - 05/12/2003 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
Rating: Paul Maddox - 08/13/2002 How to hook up the normal click events for toolbars in VC7, and how to disable buttons programmatically, depending on context.
Taskbar Sorter Utility
Rating: none Paul S. Vickery - 06/21/2002 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
Rating: Mustafa Ahmad - 10/08/2001 This article will show you how to add a Toolbar button in CFileDialog's Toolbar.
Placing Controls in Toolbars Adding Text to a Docking Toolbar
Rating: none Zahirul Haque - 06/08/2001 This article demonstrates an easy way to add text to a docking tool bar.
Toolbar Simple IE-like Menu and Toolbar
Rating: Michal Mecinski - 09/12/2003 A simple interface based on Internet Explorer that implements features introduced in Windows XP and remains compatible with all OS versions since Windows 98. Includes support for alpha channel images under Windows XP, both 3D and flat (XP) style, and rebar menu with full mouse and keyboard support. (The demo project and source code were updated.)
Full-Featured 24-bit Color Toolbar
Rating: Peter Lee - 09/27/2000 Enable you to attach 24-bit images to the standard MFC toolbar that handles both disabled and hot buttons as well as transparent button backgrounds.