Jump to content

To create a control in a tab I specify


Recommended Posts

Hello. It wanted to know if it is possible to be specified in which tab is created a control ej:

$tab=GUICtrlCreateTab (10,10, 420,380)

$tab0=GUICtrlCreateTabitem ("tab0")

$tab1=GUICtrlCreateTabitem ("tab1")

GUICtrlCreateTabItem("")

GUICtrlCreateLabel ("Descripcion:", 10, 30, 110)

I want that it believes it in tab0 and not in tab1 ademas when I do asi they estan for the 2

Greetings

Link to comment
Share on other sites

$tab=GUICtrlCreateTab (10,10, 420,380)

$tab0=GUICtrlCreateTabitem ("tab0")
GUICtrlCreateLabel ("Descripcion: for tab 0", 10, 30, 110) 

$tab1=GUICtrlCreateTabitem ("tab1")
GUICtrlCreateLabel ("Descripcion: for tab 1", 10, 30, 110) 

GUICtrlCreateTabItem("")
You need to add the controls in order as shown.

:(

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...