Jump to content

Recommended Posts

Posted

We have a tree control that activates an "Add to List" button when the desired leaf is clicked. AutoIT can be made to select that leaf, but the selection doesn't result in the "click" that activates the "Add to List" button and it stays gray. I can't use mouse click, because I'd have to know in advance where the tree leaf would show up on the screen. Is there any other way to simulate the "click" behavior right at the site of the selected leaf?

RE

Posted

The "_GUICtrl" functions only work with controls we have created ourselves, right? This is an existing TreeView in an application I am attempting to control.

RE

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...