Rmoliani Posted June 16, 2009 Posted June 16, 2009 (edited) Hello!One question.In koda or in code, i cant create much tabs and put in 2 line, one up other.for example, i create 8 tabs, but its very larger and my content in any tab is too smallThe example what i want is down.Anybody know how i cant create this kind of tabs?sorry my english... Edited June 16, 2009 by Rmoliani
Lars Posted June 16, 2009 Posted June 16, 2009 Hi there, Take a look below specially at the $TCS_MULTILINE CODE $Form1 = GUICreate("Form1", 633, 447, 193, 125) $Tab1 = GUICtrlCreateTab(8, 8, 273, 177, $TCS_MULTILINE) GUICtrlSetResizing(-1, $GUI_DOCKWIDTH+$GUI_DOCKHEIGHT) $TabSheet1 = GUICtrlCreateTabItem("TabSheet1") $TabSheet2 = GUICtrlCreateTabItem("TabSheet2") $TabSheet3 = GUICtrlCreateTabItem("TabSheet3") $TabSheet4 = GUICtrlCreateTabItem("TabSheet4") $TabSheet5 = GUICtrlCreateTabItem("TabSheet5") $TabSheet6 = GUICtrlCreateTabItem("TabSheet6") $TabSheet7 = GUICtrlCreateTabItem("TabSheet7") GUICtrlSetState(-1,$GUI_SHOW) GUICtrlCreateTabItem("") GUISetState(@SW_SHOW) Fun coding, Lars
Rmoliani Posted June 16, 2009 Author Posted June 16, 2009 Uowww... Very Very thanks man!!! When i finish my code, i will post here!! You save my skin!! kkk
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now