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 |
|
Chris G.
|
May 8, 2010 - 11:53 AM
|
Hello Prof-UIS team, when i create a new Prof-UIS MFC project everything is skinned correctly except the about dialog. There the icon and the static text has a gray background. Everything else looks like it should. What do i need to do to make those items also have Prof-UIS style? I’m using Prof-UIS 2.85. Best regards, Chris
|
|
Chris G.
|
May 11, 2010 - 2:25 PM
|
Thank you! That did the trick! Best regards, Chris
|
|
Technical Support
|
May 11, 2010 - 12:53 PM
|
Please ensure your About dialog is derived from the CExtNCW < CExtResizableDialog > class and it invokes the SubclassChildControls() API in its OnInitDialog() virtual method.
|
|