Microsoft Windows Native Theme Support
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The library has a built-in mechanism allowing you to give your application a Microsoft Windows XP/Vista/Windows 7/8.x/10/11 look. All library components, such as toolbars, menus, tab controls, frames, docking bars, and buttons, can be drawn using the Theme API, so your application will have the modern look.
Sample code:
// Enable Windows look:
CBCGPVisualManager::SetDefaultManager
(RUNTIME_CLASS(CBCGPWinXPVisualManager));