Jump to content

Tab Order


Recommended Posts

Hi I have create a gui window with an editbox and a tab control with lots of input boxes on the tab page.

When I run the script the Tab control is the first in the tab order (The first highlighted). However i want the editbox to be the first in the tab order. Is there anyway i can do this.

Link to comment
Share on other sites

$tab2=GUICtrlCreateTabitem ("tab2")
GUICtrlSetState(-1,$GUI_SHOW)  ; will be display first

Taken from the helpfile. GUICtrlSetState is what you are looking for?

Check the information and example on the GUICtrlCreateTabItem page.

:lmao:

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