quote:
Originally posted by conless
quote:
Originally posted by Dempsey
And add a XP manifest file, so the controls look XP stylee
How you go about doing that? That will be cool
search in
"windows xp manifest", and read about what's it and how to use it.
then create a .manifest file and add it as a resource to your exe (using reshack). Put it at 24,1,0. And remember to call the API InitCommonControls before any form is loaded in your program. That's the way I do it.