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 » Last Saved Skin Name Collapse All
Subject Author Date
Shailesh Nikam Mar 27, 2007 - 2:31 AM

Hi,

How can I find out name of last loaded skin(theme) for prof-uis application?

Regards,
Shailesh

Technical Support Mar 27, 2007 - 7:54 AM

You can do this with g_PaintManager.GetPaintManagerName(), which returns a name of the current paint manager. The returned value is of the CExtPaintManager::e_paint_manager_name_t enumeration type:

enum e_paint_manager_name_t
{
    Office2000                = 29901,
    OfficeXP                  = 29902,
    Office2003                = 29903,
    Office2003NoThemes        = 29904,
    Studio2005                = 29905,
    NativeXP                  = 29906,
    Office2007_R1             = 29907,
    Office2007_R2_LunaBlue    = 29908,
    Office2007_R2_Obsidian    = 29909,
    Office2007_R2_Silver      = 29910,
    Office2007_R3_LunaBlue    = 29911,
    Office2007_R3_Obsidian    = 29912,
    Office2007_R3_Silver      = 29913,
    ProfSkinPainter           = 29914,
};