Themed Toolbars
BCGControlBar Pro (MFC)
BCGSuite (MFC)
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 2022 (Blue) look:
Toolbar with Visual Studio 2022 (Dark) look:
Toolbar with Microsoft Office 2021-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);