Can you trace the native uxtheme and see how Microsoft did it? They
should know the best way, after all.
On October 15, 2003 08:09 pm, Kevin Koltzau wrote:
> One possible solution would be to call the PROFILE_* functions (which are
> located in kernel/profile.c) directly which seem to work in a way that
> would make this very easy, but overall sounds like a very bad idea...
Well, it is, it breaks DLL
Within an msstyles file the primary specification is basically a unicode INI
file within one of the resources (well, there are a few ini files for
different parts of the theme)
Currently I'm extracting the ini file from resources into a temp file, and
then using GetPrivateProfile* to retrieve v