Re: uxtheme: msstyles ini files

2003-10-16 Thread Mike Hearn
Can you trace the native uxtheme and see how Microsoft did it? They should know the best way, after all.

Re: uxtheme: msstyles ini files

2003-10-15 Thread Dimitrie O. Paun
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

uxtheme: msstyles ini files

2003-10-15 Thread Kevin Koltzau
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