Microsoft Visual Studio 2008 Look
    
         
            
        
        
            
                 BCGControlBar Pro (MFC)
 BCGControlBar Pro (MFC)
                 BCGSuite (MFC)
 BCGSuite (MFC)
                 BCGControlBar for .NET
 BCGControlBar for .NET
             
         
        
     
    
    The library provides you with all components necessary to build an application with the Microsoft Visual Studio 2008 look. You can change the look on the fly.
    
    
         Visual Studio 2008 theme:
 
    
    
    
    
	    Sample code:
        // Application class is derived from CBCGPWinApp
CMyApp::CMyApp()
{
	// Enable Visual Studio 2008 look:
	SetVisualTheme(
		BCGP_VISUAL_THEME_VS_2008);
}