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 General Discussion » Tab control in the property sheet Collapse All
Subject Author Date
Dmitri Doulepov Jun 9, 2004 - 1:53 PM

Shoud tab control paint using current paint manager if I use CExtResizablePropertySheet + CExtResizablePropertyPage? Buttons (Ok, Cancel, etc) are painted correctly, but tab control stays gray.

Dmitri Doulepov Jun 9, 2004 - 1:55 PM

I meant "Shoud tab control be painted" :)

Technical Support Jun 10, 2004 - 1:49 AM

Dear Dmitri,

We suggest you to use the CExtTabPageContainerWnd class instead of CExtResizablePropertySheet. It implements the tab control container window which is always painted according to the current theme. Please take a look at the Tab Pages sample project in which the flat version of the CExtTabPageContainerWnd window (CExtTabPageContainerFlatWnd) is used.

Dmitri Doulepov Jun 10, 2004 - 8:33 AM

I have "About" dialog with two pages (main info & license). Are you sure I can easily do it with CExtTabPageContainerWnd?..

Technical Support Jun 14, 2004 - 1:43 AM

Dear Dmitri,

We are sure it will cause no difficulty. CExtTabPageContainerWnd is a much handier tool in your case.