ziongates Posted January 2, 2009 Posted January 2, 2009 This is the outline of my objective $var = ControlGetHandle("[ACTIVE]", "", "[ACTIVE]") it seems the [ACTIVE] tag is invalid on the control id, any workarounds?
Malkey Posted January 2, 2009 Posted January 2, 2009 This is the outline of my objective $var = ControlGetHandle("[ACTIVE]", "", "[ACTIVE]") it seems the [ACTIVE] tag is invalid on the control id, any workarounds?I believe this $var = ControlGetHandle("", "", "") returns the active control handle.
ziongates Posted January 2, 2009 Author Posted January 2, 2009 That's it!, thanks How would I use that raw value (is it hex) $var in this command; ControlGetText ( "title", "text", controlID ) I'm used to specifying the control id by name
ziongates Posted January 2, 2009 Author Posted January 2, 2009 Got it, thanks ControlGetText ( "", "", "")
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