Grax Posted May 20, 2008 Posted May 20, 2008 If the user has entered some invalid data in the GUI, how do I set the focus back to that same input box? Thanks in Advance!
Zedna Posted May 20, 2008 Posted May 20, 2008 As workaround for missing ControlSetFocus() just use ControlClick() Resources UDF ResourcesEx UDF AutoIt Forum Search
Grax Posted May 20, 2008 Author Posted May 20, 2008 As workaround for missing ControlSetFocus() just use ControlClick()Actually this is what I was looking for:GUICtrlSetState(ControlID,$GUI_FOCUS)
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