Microsoft Visual Studio 2012-2022 Look
BCGControlBar Pro (MFC)
BCGSuite (MFC)
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 dark theme (Green accent color):
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);
}