Re: Win32lib Bug???
- Posted by Derek Parnell <ddparnell at bigpond.com> Jul 08, 2004
- 434 views
Andy wrote: > > Has anyone noticed that when you go to make tab items in a tabn control you > can only have about 6 tab items in one control and when you go to make > another tab control you cannot add tab items to that one, rahter they won't > appear on the tab control, is this a bug Try doing this when creating the TabControl. constant TCS_MULTILINE = #200 constant mytc = create(TabControl, "", MainWin, l, t, w, h, TCS_MULTILINE) -- Derek Parnell Melbourne, Australia