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.
Subject |
Author |
Date |
|
Shane Blackburn
|
Jul 26, 2006 - 9:51 AM
|
Hi,
Thank you for all the help from my past questions. This is a great library.
I have a general question about using themes and dialog controls. It appears that I must sub-class every control in my dialogs to make each control support themes?, i.e. the following:
CExtCheckBox m_checkShowAtStartup;
DDX_Control(pDX, IDC_CHECKSTARTTIP, m_checkShowAtStartup);
Is there a way to apply Prof-UI, themes to a whole dialog (or the whole application) without touching each individual control?
This problem can be seen in the Customize dialog of the Prof-UI sample applications. The Customize dialog is not themed, but the Icon Editor is.
Thanks, Mike
|
|
Technical Support
|
Jul 26, 2006 - 10:10 AM
|
|
|