Microsoft Visual Studio 2012-2022 Look

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

The library provides you with all the components necessary to build an application with the 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 the 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:

Visual Studio 2022 dark theme:

Visual Studio 2022 blue theme:

Visual Studio 2022 blue theme:

Sample code:

// Application class is derived from CBCGPWinApp
CMyApp::CMyApp()
{
	// Enable Visual Studio 2022 look:
	SetVisualTheme(
		BCGP_VISUAL_THEME_VS_2022_DARK);
}