Jump to content

need help by mouse click


Recommended Posts

Hallo

I wish all here a happy New Year. By some programms i cannot use the send option so i must do this with the Mouseclick Option

for Example

MouseClick ("" ,300,333 )

It is possible that the mousecursor is not visible .

Thanks for Help and sorry for my bad English

Icemaan

Link to comment
Share on other sites

  • Moderators

Hallo

I wish all here a happy New Year. By some programms i cannot use the send option so i must do this with the Mouseclick Option

for Example

MouseClick ("" ,300,333 )

It is possible that the mousecursor is not visible .

Thanks for Help and sorry for my bad English

Icemaan

Invisible MouseClick... You could use speed for it to work really fast: MouseClick('left', 300, 333, 1, 1) or you could use ControlClick() if the item you want to click has a Control ID, you could use ClickInControl() (Search forum) by the Guru Larry to use Coords for like MouseClick does... or you could take a look at MouseClickPlus()... (Also search forum).

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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