Jump to content

Recommended Posts

Posted (edited)

Sorry!But i don't know how to create a tab in tab.Example,if i create 1 tab named maintab and 3 tab item.In first tabitem,i create a new tab named extab and extabitem of it.But extabitem show in the maintab.Please help me!I have used Koda Gui but it can't

Sorry for my bad english

Edited by nhatlinhvietnam
Posted

Post your code or just the part involving tab creation for better assistance.

Sorry!But i don't know how to create a tab in tab.Example,if i create 1 tab named maintab and 3 tab item.In first tabitem,i create a new tab named extab and extabitem of it.But extabitem show in the maintab.Please help me!I have used Koda Gui but it can't

Sorry for my bad english

Posted

it is here:

Guicreate("Ex",600,450)
$maintab = GUICtrlCreateTab(5, 70, 590, 375)
GUICtrlCreateTabItem("  1 Tabitem  ")
        $extab = guiCtrlCreateTab(10,120,570,300)
    GuiCtrlcreateTabitem("   EXitem   ")
GUICtrlCreateTabItem("  2 Tabitem  ")
GUICtrlCreateTabItem(" 3 Tabitem  ")
GuisetState(@sw_show)
While 1
    $click = GUIGetMsg()
    Select
        case $click = $GUI_EVENT_CLOSE
            Msgbox(0,"Thoat","Ban da nhan thoat")
            ExitLoop
    EndSelect
WEnd

EndFunc

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...