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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top