Re: How Create This TabCtrl?
Posted: Wed Dec 15, 2010 3:51 pm
to have items on the right just add the #TCS_RIGHT style when creating the tabshu7734 wrote:it's so good.
thanks for all.
maybe……can Change title to the right?
Code: Select all
g_hwtab = hzTab_Create(0, #WS_CHILD|#WS_VISIBLE|#TCS_RIGHT, 8, 8, 300, 200, hwnd, 100)