create Sub-Tabs inside Main Tab? Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
cgx5871
Posts: 315
Joined: 26 Jul 2018, 14:02

create Sub-Tabs inside Main Tab?

Post by cgx5871 » 30 Sep 2022, 10:10

Code: Select all

Gui, add, tab2,, A|B|C
Gui, tab, 1
Gui, Add,text,,A
Gui, tab, 2
Gui, Add,text,,B
Gui, add, tab2,ys, 1|2|3
Gui, tab, 2,2
Gui, Add,text,,2-2
Gui, tab, 3
Gui, Add,text,,C
Gui, show
return
GuiClose:
ExitApp
seems to be single
no child relationship


cgx5871
Posts: 315
Joined: 26 Jul 2018, 14:02

Re: create Sub-Tabs inside Main Tab?

Post by cgx5871 » 30 Sep 2022, 23:12

thank you

Post Reply

Return to “Ask for Help (v1)”