Resizing the Tab Control
Posted
by Zafir Anjum
on August 6th, 1998
CRect rectWnd; GetTabControl()->GetWindowRect(rectWnd); GetTabControl()->SetWindowPos(NULL, 0, 0, rectWnd.Width() + 100, rectWnd.Height(), SWP_NOMOVE | SWP_NOZORDER | SWP_NOACTIVATE);

Comments
Transparent Tab-Background
Posted by Legacy on 08/25/2003 12:00amOriginally posted by: Bowler
Hi,
ReplyI've filled the Property-Sheet Background with Bitmaps. But the space beneath the tabs is still filles with gray-color. How can I make this space appear transparent, so that the background image is shown?
How to completely hide the TabCtrl? Thx
Posted by Legacy on 05/21/2002 12:00amOriginally posted by: zhangbo
I have this need. Thx
ReplyResizing the Tab Control
Posted by Legacy on 08/23/2000 12:00amOriginally posted by: Manish K. Agarwal
I have a property sheet and 3 property pages on it. I want to make all 3 tabs take same space equal to 1/3 of page width.
ReplyManish K. Aggarwal
(mkag@rediffmail.com)
Resizing of Modeless Property Dialog Box
Posted by Legacy on 08/03/2000 12:00amOriginally posted by: Hariprasad V. Rao
How do I increase or decrease the size of Modeless Property Dialog Box(like Find and Replace Dialog Box in MS Word97 Application).
Thanking you
H.V. Rao
Reply