Re: Theming widgets

2004-02-25 Thread Kevin Koltzau
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

Re: Theming widgets

2004-02-25 Thread Mike Hearn
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

Theming widgets

2004-02-24 Thread Kevin Koltzau
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