Themed Toolbars

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

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

Toolbar with Visual Studio 2026 (Light) look:

Toolbar with Visual Studio 2026 (Light) look:

Toolbar with Visual Studio 2026 (Mystical Forest) look:

Toolbar with Visual Studio 2026 (Mystical Forest) look:

Toolbar with Visual Studio 2022 (Blue) look:

Toolbar with Visual Studio 2022 (Blue) 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);