Click to See Complete Forum and Search --> : [RESOLVED] New style PushButtons


DeathToBoxes
June 1st, 2009, 06:59 PM
I have a program that I originally wrote using the Microsoft Visual C++ 6.0 compiler. I have recently loaded it into Microsoft Visual C++ 2008. How do I get the program to build with the new style PushButtons, RadioButtons, etc. The PushButtons in it now look like they are from Windows 98. Please note that I did not just load my old project file into VC++ 2008 but instead created a new project in VC++ 2008 and manually loaded all of my source, header, and resource files into it.

carl666
June 2nd, 2009, 08:45 AM
use Manifest.

DeathToBoxes
June 2nd, 2009, 05:22 PM
Thanks. It took me a while to figure out how to embed and use manifest files but I eventually figured it out.