Jump to content

ControlClick and MouseClick


Recommended Posts

Hi, I have a script in which I use "ControlClick" for clicking some buttons which are identified by the Windows Info tool, There are some field which are not identified by the Windows Info tool that's why I go for "MouseClick" property. For that I use -   AutoItSetOption("MouseCoordMode",0)

When I try to run the script ,only the lines where "MouseClick" is used are executed. Do I need to mention anything to run the lines which have  "controlClick" property?

Thanks.

Link to comment
Share on other sites

  • Moderators

@kullboys welcome to the forum. If you are using ControlClick properly, and the AutoIt Window Info Tool is returning information on the fields, then usually (with a few caveats) you should not have to do anything further. How about posting your code so we can see what you're doing?

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

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