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 » print common dialog with gradient look Collapse All
Subject Author Date
Tor Erik Ottinsen Oct 20, 2005 - 3:43 AM

In my project, I use a class derived from CPrintDialog to display a printer setup dialog.


Is it possible to create a dialog that implements the functionallity of CPrintDialog that looks like CExtResizableDialog (gradient colors etc)?

Technical Support Oct 20, 2005 - 10:41 AM

The print dialog is a common Windows dialog that is implemented differently in different Windows OS versions. That is why it’s not possible to subclass it with our resizable dialog class. We can only code it from scratch.