drawing themed tabs

  • Thread starter Thread starter tuvsnyder
  • Start date Start date
T

tuvsnyder

Can someone post sample code or explain how I would draw 5 tabs and a
tab pane with the first one hilited using the xp theme api (ie.
uxtheme, openthemedata)in a manner that looks correct with all themes.

There seems to be little or no documentation on part types and I am
having difficuly getting it to look right, or determine whether I
should use TABP_TOPTABITEMRIGHTEDGE or TABP_TOPTABITEMLEFT edge and
for which tabs.

If anyone can point me to a sample app which does this I would be most
grateful.

Thanks,
Tuviah
 
* (e-mail address removed) (tuvsnyder) scripsit:
Can someone post sample code or explain how I would draw 5 tabs and a
tab pane with the first one hilited using the xp theme api (ie.
uxtheme, openthemedata)in a manner that looks correct with all themes.

There seems to be little or no documentation on part types and I am
having difficuly getting it to look right, or determine whether I
should use TABP_TOPTABITEMRIGHTEDGE or TABP_TOPTABITEMLEFT edge and
for which tabs.

<http://www.codeproject.com/cs/miscctrl/themedtabpage.asp>
 
Back
Top