Page 2 of 2

Re: How Create This TabCtrl?

Posted: Wed Dec 15, 2010 3:51 pm
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.