alex120 Posted May 16, 2005 Posted May 16, 2005 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
MHz Posted May 16, 2005 Posted May 16, 2005 $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.
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