How Create This TabCtrl?

Just starting out? Need help? Post your questions and find answers here.
Justin
Addict
Addict
Posts: 948
Joined: Sat Apr 26, 2003 2:49 pm

Re: How Create This TabCtrl?

Post by Justin »

shu7734 wrote:it's so good.
thanks for all.
maybe……can Change title to the right?
to have items on the right just add the #TCS_RIGHT style when creating the tab

Code: Select all

g_hwtab = hzTab_Create(0, #WS_CHILD|#WS_VISIBLE|#TCS_RIGHT, 8, 8, 300, 200, hwnd, 100)
i forgot to say the tab does not handle resizing. should be easier if pb had a docking system, any news on this? is not that hard, srod already did some code.
Post Reply