Jump to content

Mouse Click not changing to active window


Go to solution Solved by CharlieNoyes,

Recommended Posts

Hello all, I have a dilemma in that my MouseClick("",x,y) is not being modified by the "mousecoordmove" option. Am I doing something wrong? The snippet of code is below.

AutoItSetOption("SendKeyDownDelay", 10)
    AutoItSetOption("SendKeyDelay", 500)
    AutoItSetOption("WinTitleMatchMode", 2)
    AutoItSetOption("MouseCoordMove", 2)
    WinActivate("TrueCrypt", "Create an encrypted")
    WinWaitActive("TrueCrypt", "Create an encrypted")
    MouseClick("",343,160)

Thanks, and I assure you that I did look through the forums to try and find an answer. None was to be found.

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