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 |
|
tera tera
|
Nov 26, 2008 - 7:07 PM
|
Hello. Please teach a part equivalent to CTabCtrl in Prof-uis.
|
|
Technical Support
|
Nov 27, 2008 - 11:14 AM
|
We have three types of tabs:
1) The CExtTabWnd class implements a single line tab window. There is a set of different styled versions of this class: CExtTabFlatWnd , CExtTabButtonsWnd , CExtTabWhidbeyWnd , and CExtTabOneNoteWnd . It’s not difficult to create a new themed version as it is demonstrated in the following test project: http://www.prof-uis.com//download/forums/TestIE7Tabs.zip
2) The CExtTabMdiWnd class implements a single line MDI tabs window. There is a similar set of styled MDI tabs.
3) The CExtTabPageContainerWnd implements a container window which uses CExtTabWnd single line tabs to change the selected window. There is also a similar set of styled tab page containers.
All classes are not based on the CTabCtrl class.
|
|
tera tera
|
Nov 28, 2008 - 5:31 PM
|
Hello. When I want to use CTabCtrl by all means.
Should I just use CTabCtrl?
|
|
Technical Support
|
Dec 1, 2008 - 10:16 AM
|
If you need a control which contains only a list of tab items like a CTabCtrl , the best option is CExtTabWnd . If you need a control which works as a container for page windows like a tabbed property sheet, CExtTabPageContainerWnd will certainly be better.
|
|