bobheart 0 Posted May 19, 2004 There is a gui.au3 that I think came with all the files I downloaded and it has tabs in it . I was wondering if you have a few tabs across the top of a window can you have buttons on the tabs ? That way I could have two or three times as may rows of buttons .. lol well I don't need them right now but it would be nice to know if that can be done and how . Thank you for all your time and Patience with me .. Share this post Link to post Share on other sites
jpm 93 Posted May 19, 2004 There is a gui.au3 that I think came with all the files I downloaded and it has tabs in it .I was wondering if you have a few tabs across the top of a window can you have buttons on the tabs ? That way I could have two or three times as may rows of buttons .. lol well I don't need them right now but it would be nice to know if that can be done and how .Thank you for all your time and Patience with me ..By default the tab are created in singleline mode and as sson the total length of the tab are greater that the overall tab size an arrow control appear to select more . That's the way the window tab control work. you can use the multiline mode at tab crreation to have several lines.I hope that answer your question . The value for Multiline is in GUIConstants.au3 Share this post Link to post Share on other sites
bobheart 0 Posted May 19, 2004 Thank you for the info . Share this post Link to post Share on other sites