Jump to content

Recommended Posts

Posted

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!

Posted

As workaround for missing ControlSetFocus() just use ControlClick()

Actually this is what I was looking for:

GUICtrlSetState(ControlID,$GUI_FOCUS)

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
×
×
  • Create New...