Skinning Win32 Application

Started by
3 comments, last by The Lion King 19 years ago
Hi, Can anyone point out to any links or tutorials to how to skin an application using Win32 and C++ (no MFC). Even commercial or free libraries would do. I have been searching for a while and found only a few. I need to know if there are any more or just limited stuff is available. Thanks,
Advertisement
Here's a nice introduction

http://www.flipcode.com/articles/article_win32skins.shtml

/.tnan
Quote:Original post by tnan
Here's a nice introduction

http://www.flipcode.com/articles/article_win32skins.shtml

/.tnan


Thanks but thats the first one on my list :(

Anything else :!
Take a look at this:

http://www.codeproject.com/useritems/SkinCtrl.asp

It allows you to skin the Win32 controls in any application.
Quote:Original post by IaM
Take a look at this:

http://www.codeproject.com/useritems/SkinCtrl.asp

It allows you to skin the Win32 controls in any application.


It seems to be specifically for WinXP only. What if anyone run my apps in Win98 or Win2K ... and it still has some bugs. Anyway ... I can follow that example :)

Any more ?

This topic is closed to new replies.

Advertisement