Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Themed AfxMessageBox Collapse All
Subject Author Date
David Skok Feb 26, 2009 - 9:51 AM

My application uses luna blue theme like the ProfStudio sample.


I notice that message boxes in ProfStudio sample are luna blue themed but are not in my application.  How can I make them themed in my app?


 


Thanks

Offer Har Feb 27, 2009 - 4:21 AM

If you use 2.84, add



    IMPLEMENT_CWinAPP_DoMessageBox;

to your CWinApp derived class.

David Skok Feb 27, 2009 - 6:42 AM

Thank you, the correct solution is to add IMPLEMENT_CWinAPP_DoMessageBox as I am using 2.84.  I now have themed message boxes.


 


On the subject of Manifest files.  In VS2005 and VS2008 the manifest file would be added under project Properties\Manifest Tool\Additional Manifest Files...  Might want to specify this in in your FAQ.

Technical Support Feb 26, 2009 - 1:28 PM

Did you add the manifest resources into your project?