scoult01 Posted July 18, 2004 Share Posted July 18, 2004 Is there a function in c++ that allows you to change to a different xp theme, for example loadTheme(msstyle path,scheme); All ive found is a SetWindowTheme() function, but that doesnt achieve what I want. Any ideas? I know its possible because StyleXP does it. Link to comment Share on other sites More sharing options...
0 smurfiness Posted July 18, 2004 Share Posted July 18, 2004 Dunno how easy it is to access from native C++. There are named entry points in uxtheme.dll, but nothing that looks as simple as changing the theme with one call. If you're into managed code, check this out, it may have something like what you're looking for. http://www.google.ca/search?q=cache:blxMrv...ry+points&hl=en Link to comment Share on other sites More sharing options...
Question
scoult01
Is there a function in c++ that allows you to change to a different xp theme, for example loadTheme(msstyle path,scheme);
All ive found is a SetWindowTheme() function, but that doesnt achieve what I want.
Any ideas? I know its possible because StyleXP does it.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts