Changing the Tab Label
Posted
by Zafir Anjum
on August 6th, 1998
CString sCaption = _T("New Caption");
TC_ITEM tcItem;
tcItem.mask = TCIF_TEXT;
tcItem.pszText = (LPTSTR)((LPCTSTR)sCaption);
GetTabControl()->SetItem(0, &tcItem );

Comments
How to change tab layout from horizontal to vertical
Posted by Legacy on 04/28/2003 12:00amOriginally posted by: Zulkefle Mohamad
I'm already created a property sheet and it's working well. Now i want to change the tab size and layout from layout horizontal to vertical. Could you please give the procrdure to do this.
Thank you.
ReplyZulkefle
how to change the tab of color?
Posted by Legacy on 03/31/2003 12:00amOriginally posted by: zht
plese help.
ReplyAnother way
Posted by Legacy on 03/28/2003 12:00amOriginally posted by: Art Gorr
In a CPropertyPage derived class constructor:
m_strCaption = _T("Hello world");
Replym_psp.pszTitle = m_strCaption;
m_psp.dwFlags |= PSP_USETITLE;
I have some problem
Posted by Legacy on 03/17/2003 12:00amOriginally posted by: Dongoh
Reply
Thanks for your teaching...
Posted by Legacy on 02/07/2002 12:00amOriginally posted by: likehood
^^
ReplyThanks for the code.
Posted by Legacy on 12/05/2001 12:00amOriginally posted by: Karlos
Thanks, this works great.
ReplyHow to Change the tab color?
Posted by Legacy on 11/08/2001 12:00amOriginally posted by: Steven
How to change the color of the tabs? I want a colorful tabctrl. thanks.
ReplyDoes anyone know how to change the colour of tabs?
Posted by Legacy on 09/20/2001 12:00amOriginally posted by: Dave
the SetBkColor method is not supported for CTabCtrl. What is the easiest way to change the color of the active and non-active tabs?
cheers
Dave
Replygood
Posted by Legacy on 08/19/2001 12:00amOriginally posted by: wanliguo
it's very good,thanks a lot
ReplyAnyone know how to drag the tab control to another position in the sheet!?
Posted by Legacy on 07/05/2001 12:00amOriginally posted by: Chilli Palmer
Anyone know how to drag the tab control to another position in the sheet!?
Cheers.
ReplyLoading, Please Wait ...