Hi,
I have a wizard-type GUI application and I am trying to automate it. There is a button, of which the details are below, but when I attempt to click it with the code below:
ControlClick("Gendarme", "", "[iD:198304; INSTANCE:2]")
The window's title is Gendarme so all of that is correct.
Nothing happens. Any ideas why?
Details on the specific button are in the screenshot below:
http://imageshack.us/photo/my-images/200/gendarmebuttondetails.png/
Thanks