Jump to content

Ticking a box on an installer


kbrent
 Share

Recommended Posts

Ok- I am new to this but basically I am trying to tick a box on an installer. I have tried tab and space using send but that doesnt seem to work and I have been looking at controlclick and controlsend. Nothing seems to work, can anyone offer a suggestion on a better way to do this.....

Thanks.

Link to comment
Share on other sites

I think I am but I am not sure I am getting the context of the commands correct - could someone pls post an example. So this is clear I am trying to minic the action of ticking a box in an installer window.

hi

ControlClick

Sends a mouse click command to a given control.

ControlClick("Untitled -", "", "MDIClient1")

where MDIClient1 ist the ID of the control - you need to figure it out

Link to comment
Share on other sites

hi

ControlClick

Sends a mouse click command to a given control.

ControlClick("Untitled -", "", "MDIClient1")

where MDIClient1 ist the ID of the control - you need to figure it out

Thanks for your comments although they were not very helpful as they were not very descriptive. I have now solved the problem using a simple mouse key movement and an ALT send.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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