On Wednesday 25 February 2004 06:28 am, Mike Hearn wrote:
> 4) Theme all widgets with a hard link to uxtheme but have a "Win98 look"
> theme which replicates the current drawing?
This actually would end up happening in all cases, if theming is disabled the widget
is responsible for drawing
itself
On Tue, 24 Feb 2004 22:04:13 -0500, Kevin Koltzau wrote:
> I'm starting to work on theming some widgets, and I've come up with a few methods of
> doing this:
> 1) Add theming code to every widget itself, static link to uxtheme.dll
> 2) Add theming code to every widget itself, using LoadLibrary/Get
I'm starting to work on theming some widgets, and I've come up with a few methods of
doing this:
1) Add theming code to every widget itself, static link to uxtheme.dll
2) Add theming code to every widget itself, using LoadLibrary/GetProcAddress
3) Subclass widgets when uxtheme.dll is loaded and ov