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 » About the GUI theme Collapse All
Subject Author Date
Wu Yunpeng Nov 24, 2005 - 10:49 PM

I have many dialogs(MFC class CDialog based) in my project,


and there are also many controls in each dialog.


How can I use the GUI theme available in Prof-UIS in all my dialogs and controls without changing my code ?


thanks.

Technical Support Nov 26, 2005 - 11:14 AM

To make your controls having the look and feel provided by the currently used paint manager, you will have to slightly modify your code:
- Derive your dialogs from CExtResizableDialog
- Create variables of the corresponding Prof-UIS classes for all your controls.