Visual Studio style Toolbox

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

Visual Studio-style Toolbox provides the functionality of the shortcut (outlook) bar with pages containing only buttons with images (as an alternative to the standard menu shortcuts). When user clicks a button the toolbox control sends the message to its owner. Toolbox can be used as a child of any docking window. There is an ability to create toolbox commands and assign them an image list, as well as an ability to add new pages.

Visual Studio.NET-style toolbox:

Visual Studio.NET-style toolbox:

Visual Studio 2005-2022-style toolbox:

Visual Studio 2005-2022-style toolbox:

Sample code:

CBCGPToolBox m_wndToolBox;
....

m_wndToolBox.AddToolsPage (_T("Page 1"),// Toolbox page name
	IDB_TOOLS_PAGE1,					// Toolbox page images
	16,									// Toolbox image width
	_T("Item 1\nItem 2\nItem 3\nItem 4"));