Jump to content

Recommended Posts

Posted

Is it possible to simulate a mouse click without moving the cursor at all? I'm trying to create an app that will control another app like a user while letting the real user do w/e he/she wants with her real cursor

Posted

What about it do you not understand?

I cant control position of the click. Like in a window, it just click wherever my cursor is at, not where I set the positions
Posted

You specify the control that you want to click; that way you don't need to know its position. Use the autoit info tool to get the necessary information.

Posted

You specify the control that you want to click; that way you don't need to know its position. Use the autoit info tool to get the necessary information.

The window has a screen where stuff are drawn, I want to be able to click on one of the drawn objects, is that possible?
Posted

The window has a screen where stuff are drawn, I want to be able to click on one of the drawn objects, is that possible?

So where is the problem then? You have checked the helpfile right?

ControlClick ( "title", "text", controlID [, button [, clicks [, x [, y ]]]] )

Posted

So where is the problem then? You have checked the helpfile right?

The problem is that the ControlClick does click, but it doesnt click on the x,y coords that I set, it just clicks wherever the cursor is at. Is there anyway to fix this?

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