Microsoft VS 2012-2022 Look

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

The library provides you with all components necessary to build an application with Microsoft Visual Studio 2012-2022 look (Light, Dark and Blue color themes).

In addition, a developer can set a theme accent color. By default, the status bar and all highlighted/focused elements have Windows accent color (blue by default), but you can change it according to your preferences (Light and Dark styles only).

Visual Studio 2022 light theme:

Visual Studio 2022 light theme:

Visual Studio 2022 dark theme (Green accent color):

Visual Studio 2022 dark theme (Green accent color):

Visual Studio 2022 blue theme:

Visual Studio 2022 blue theme:

Sample code:

// Enable VS 2019 look:
CBCGPVisualManager::SetDefaultManager(
	RUNTIME_CLASS(CBCGPVisualManagerVS2019));