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 DL
|
Aug 10, 2006 - 10:50 AM
|
Is it possible to put multiple controls into a tab on a tab page using a Dialog or property page?
|
|
Technical Support
|
Aug 14, 2006 - 7:36 AM
|
You can create a dialog template resource of the Child type, turn on its Visible property and put needed child controls on it. Then you can create CExtResizableDialog -derived class which corresponds to the dialog template resource and subclass dialog controls with appropriate Prof-UIS classes. This dialog window can be created as a child of the CExtTabPageContainerWnd window (or CExtTabPageContainerWhidbeyWnd ) and inserted as a page into it using the CExtTabPageContainerWnd::PageInsert() method.
|
|