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
RE