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:

// Application class is derived from CBCGPWinApp
CMyApp::CMyApp()
{
    // Enable Office 2003 look:
    SetVisualTheme(
        BCGP_VISUAL_THEME_OFFICE_2003);

    // Enable Office XP look:
    SetVisualTheme(
        BCGP_VISUAL_THEME_OFFICE_XP);

    // Enable Office 2000 look:
    SetVisualTheme(
        BCGP_VISUAL_THEME_OFFICE_2000);
}

Cookie consent

Cookies could be used by BCGSoft.com for analytical purposes. We must request that you accept them. Cookies are used on our website to enhance browsing experience and personalize it for you. Cookies are necessary in some circumstances for the site to operate properly. By using this website, you consent to the usage of cookies. Find out more details on BCGSoft Privacy Statement and Terms of Use.

I understand and accept it