Jump to content

windows 7 mouse move


Recommended Posts

I've got a problem with the mousemove command in windows 7.

Although the mouse cursor moves, the arrow remains at it's position. I've discovered it while running a script wich ran nicely on xp.

To be sure I tested it with a few lines of code.

MouseMove(1, 1, 50)
ToolTip("-")
MouseMove(800, 800, 50)
ToolTip("-")
MouseClick("right")

Now I can see the tooltip, and the respons of the mouseclick. But my arrow stays on the icon I clicked to run this script.

Is there anyway to work around this ?

Link to comment
Share on other sites

Try using #RequireAdmin although I don't believe this is the issue, which build of Windows 7 are you using?

I highly suggest using the new RC1, that's going to be released by Microsoft the 5th.

I have been using Windows 7 since build 6801 (One of the first builds) and haven't noticed any issues like this, and I am currently running the RC1, build 7100 that is going to be released on the 5th, and experience no issues with that code.

Sounds like an issue with your setup, rather than Win7... That or your running an older bugged build...

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