Microsoft Office 2000/XP/2003 Look

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

The library provides Microsoft® Office 2000/XP/2003 look and feel for application components such as menus, toolbars and docking control bars. It is possible to change the current look on the fly.

Microsoft Office 2003 Look:

Microsoft Office 2003 Look:

Microsoft Office XP Look:

Microsoft Office XP Look:

Microsoft Office 2000 Look:

Microsoft Office 2000 Look:

Sample code:

// Enable Office 2003 look:
CBCGPVisualManager::SetDefaultManager(RUNTIME_CLASS (CBCGPVisualManager2003));

// Enable Office XP look:
CBCGPVisualManager::SetDefaultManager(RUNTIME_CLASS (CBCGPVisualManagerXP));

// Enable Office 2000 look:
CBCGPVisualManager::SetDefaultManager(RUNTIME_CLASS (CBCGPVisualManager));