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 General Discussion » AfxMessageBox pendant in Prof-UIS? Collapse All
Subject Author Date
Carsten Pedersen Nov 6, 2007 - 4:54 AM

Hi,

Is there a MessageBox in Prof-UIS that supports the skins etc? Or do I have to inherit the CExtResizableDialog to make a simple YES/NO message box?

Best regards,

Carsten

Carsten Pedersen Nov 30, 2007 - 6:27 AM

Thanks alot, had a bunch of problems changing the font being used, but was able to solve it in a satisfying way.

Wes Aday Nov 6, 2007 - 2:27 PM

This article, http://www.codeproject.com/cpp/ProfUIS_Dialogs.asp, might help you out with your question

Technical Support Nov 6, 2007 - 1:23 PM

Such a MessageBox is not supported in Prof-UIS. Of course, you can create a CExtResizableDialog-derived class that implements a message box dialog.