Jump to content

req close, found it


Recommended Posts

so i am coding a program, but i have way to many features so i need to add them in tab control.

I add tab control and swap the items into it, but then the items go behind it...?

Its not like vb were u can drag them into the tab control...

can someone help me!? thanks!

Use koda in the full blown SciTE4AutoIt installation, I think it only comes in that, but not sure.

You can activate it using the tools menu in scite and design the GUI there.

Also, the controls that belong to a tab need to be created between the tab thing like this~

GuiCtrlCreateTabItem("Tab1")

;Controls go here

GuiCtrlCreateTabItem(""); this tells autoit that everything created in this area after "Tab 1" belongs to "Tab 1"

GuiCtrlCreateTabItem("Tab2")

;Controls go here

GuiCtrlCreateTabItem("")

etc

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...