Jump to content

Recommended Posts

Posted

This is the outline of my objective

$var = ControlGetHandle("[ACTIVE]", "", "[ACTIVE]")

it seems the [ACTIVE] tag is invalid on the control id, any workarounds?

Posted

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.

Posted

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

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...