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 » How to color a tab header in Property Sheet Collapse All
Subject Author Date
howard liu Jun 6, 2008 - 9:09 AM

<dir>

Hi,


 


"Sorry for the Forwared same mails repeatedly".I want the Tabheader of the property sheet to be colored.The Tabheaders are created by using the AddPage() method of MFC.So is there any equivalent method in ProfUi to skin the tabheader of the PropertySheet.


Rgds,


Naiby


</dir>

howard liu Jun 10, 2008 - 7:18 AM

Hi,


  Thanks for the reply.


 


Is there any Examples or demo application which illustrate on creating   one container dialog which should have the CExtTabPageContainerWnd window and several buttons like OK and Cancel at the bottom and using property sheet.


Please  send samples or code required to achieve this.


 


Thanks


Regards


Naiby

Technical Support Jun 14, 2008 - 3:44 AM

Here is the sample project that shows how to use CExtTabPageContainerWnd instead of CExtResizablePropertySheet.

Technical Support Jun 6, 2008 - 1:27 PM

The CExtResizablePropertySheet and CExtResizablePropertyPage classes can be used for creating themed/skinned wizard windows. The standard property sheet in tabbed mode uses a tab common control when Prof-UIS provides its own tab window which is not based on the common control. If you need a tabbed property sheet, please create one container dialog which should have the CExtTabPageContainerWnd window and several buttons like OK and Cancel at the bottom. Then please create several child dialogs and insert them into tab page container window as pages.