Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Re:Default Office 2003 colors Collapse All
Subject Author Date
Technical Support Apr 1, 2005 - 9:04 AM

The version of the CColorizedThemeOffice2003 class dated Jan 10, 2005 worked well, but latter we made some changes in the Paint Manager, so you should additionally override the OnQuerySystemTheme() virtual method and return the ThemeUnknown value:

virtual e_system_theme_t OnQuerySystemTheme() const
{
            return ThemeUnknown;
}

Riki Risnandar Apr 1, 2005 - 9:26 AM

thanks !! with CExtPaintManagerOffice2003 its working like magic ;D

 

regards,

Riki Risnandar