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 |
|
Guido Jaeger
|
Feb 12, 2011 - 4:27 AM
|
One more Question: My Application includes about 20 Dialogs (CDialog) Whats the easyest Way to make all Dialogs look like the choosed Design ? Greetings Guido
|
|
Technical Support
|
Feb 14, 2011 - 1:22 AM
|
You can use the CExtLabel control for that. It implements picture control functionality.
|
|
Technical Support
|
Feb 14, 2011 - 1:18 AM
|
Please derive your dialogs from CExtNCW < CExtResizableDialog > template based class type and invoke SetAutoSubclassChildren() API in dialog’s constructor.
|
|
Guido Jaeger
|
Feb 13, 2011 - 11:18 PM
|
Find it by myself..only 1 Problem left: Using SubclassChildControls(); Is there no Preplacement for Picture Control ?
|
|