Hi David,
Thanks for your info.
I found that info just before you sent it, and even though I have tried
implementing those items, the tabctrl is still drawing the tabs on the top.
In my resource settings I have got Mulitline, and Vertical set to False to
begin with as the dlg crashes on launch.
In my TabCtrl init function I then try to use
SetExtendedStyle(TCS_VERTICAL | TCS_MULTILINE | TCS_RIGHT);
The result of this is as above, i.e. the tabs appearing at the top.
Am I using it correctly?
Regards
Tony
Post by David LowndesPost by TonyIs it possible to show the tabs of a tab ctrl on the side as opposed to it
being on the top?
Tony,
Yes, but not with XP themed controls...
"
TCS_VERTICAL
Version 4.70. Tabs appear at the left side of the control, with tab
text displayed vertically. This style is valid only when used with the
TCS_MULTILINE style. To make tabs appear on the right side of the
control, also use the TCS_RIGHT style. This style is not supported if
you use ComCtl32.dll version 6.
"
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq