Themed Toolbars

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

With BCGControlBar Library your application will get modern professional toolbars, similar to Microsoft Office XP-2007 and Visual Studio 6.0 - 2022. You have an ability to choose one of pre-defined looks for your application, without writing any code.

Toolbar with Visual Studio 2022 (Blue) look:

Toolbar with Visual Studio 2022 (Blue) look:

Toolbar with Visual Studio 2022 (Dark) look:

Toolbar with Visual Studio 2022 (Dark) look:

Toolbar with Microsoft Office 2002-like look:

Toolbar with Microsoft Office 2002-like look:

Sample code:

CBCGPToolBar m_wndToolbar;
...
m_wndToolbar.Create (this);
m_wndToolbar.LoadToolBar (IDR_MAINFRAME, 
          IDB_TOOLBAR_COLDBUTTONS, 0, FALSE /* Not locked */, 0, 0, 
          IDB_TOOLBAR_HOTBUTTONS);