Visual C++ General
Just add a manifest to your resource of type 24 and id of 1
see: http://msdn2.microsoft.com/en-us/library/ms997646.aspx
If you're not familiar with using a resource editor, here's some code to generate the manifest in your EXE.
http://www.codeproject.com/cpp/AddXpStyle.asp
I still recommend the correct manifest in your control (with id = 2 ) and build it isolation aware.
and then you may want to look at GetThemeFont
http://msdn2.microsoft.com/en-us/library/ms649934.aspx
and also GetThemeColor
Hello
Re: Using Visual Styles in VC++ 6
Such questions (on VC++ 6.0) are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1
For such issues please use the newsgroups at http://msdn.microsoft.com/newsgroups.
OTP
Thanks
Damien