Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I create the Windows XP style / look and feel for my MFC app?

0
Posted

How do I create the Windows XP style / look and feel for my MFC app?

0

by Alexander Simanov Save this in the “res” folder: YourApplication Add two lines to the resource.h file #define IDR_MANIFEST 1 #define RT_MANIFEST 24 Open up “res\???.rc2” and add IDR_MANIFEST RT_MANIFEST MOVEABLE PURE “res\\ApplicationManifestXMLFile” Modify the InitInstance method InitCommonControls(); // initialize common control library CWinApp::InitInstance(); // call parent class method And you’re done!

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123