Professional UI Solutions
Site Map   /  Register
 
 

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.

Forums » Prof-UIS Tech Support » CTabCtrl Collapse All
Subject Author Date
Nitesh Singh Nov 22, 2006 - 11:39 PM

Hi..

I have a dialog box on which I have 4-5 dialogboxes added as tabs. Now to manage those tabs we have a derived class CMyTabCtrl derived from CTabCtrl. Now I wanted to have the themes on the tab control.. as my dialog boxes are derived from CExtResizableDialog and are having themes.. but not the tab control portion...

I just want the tab control to be painted as same as other parts.. please suggest me. Is it possible to do without taking help of CExtTabWnd and CExtTabContainerWnd..
thnks..

Technical Support Nov 23, 2006 - 10:36 AM

It is not possible to use CTabCtrl and have a consistent look at the same time. We can only recommend you using CExtTabContainerWnd instead.