visual styles support

  • Thread starter Thread starter ht990332
  • Start date Start date
H

ht990332

I'm writing applications in vc++ .net 2003. How do I give
the applications visual styles on winxp without adding a
..manifest file?
 
ht990332 said:
I'm writing applications in vc++ .net 2003. How do I give
the applications visual styles on winxp without adding a
.manifest file?

If I understand the question, then the answer is to add a manifest resource.
 
Ok I'll try it. Shouldn't be that hard.

Btw, can I find sample code on msdn library so I can see
an example of this?
 
Platform SDK covers this territory well. Search for "Visual Styles". Also
provides a custom control sample with visual style support.

Cheers,
Sarat Venugopal
www.huelix.com
 
Back
Top