vickerps Posted March 3, 2005 Share Posted March 3, 2005 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 More sharing options...
MHz Posted March 3, 2005 Share Posted March 3, 2005 $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. Link to comment Share on other sites More sharing options...
CyberSlug Posted March 3, 2005 Share Posted March 3, 2005 If you create the editbox before the tab control, I think it will be first in the tab order.... Otherwise, take a look at the followinghttp://www.autoitscript.com/forum/index.ph...301entry44301 Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
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