Jump to content

Window size


Recommended Posts

Hello everybody,

i can't find this command for :

if my resolution in windows is 1280*1024

Opt("MouseCoordMode", 2);

MouseMove("185", "180");

MouseClick("left");

but

if my resolution in windows is 1024*768

Opt("MouseCoordMode", 2);

MouseMove("205", "190");

MouseClick("left");

script :

--------------------------------------------------

if "the order that i seek"

Opt("MouseCoordMode", 2);

MouseMove("185", "180");

MouseClick("left");

Else

EndIf

if "the order that i seek"

Opt("MouseCoordMode", 2);

MouseMove("205", "190");

MouseClick("left");

Else

EndIf

--------------------------------------------------

it's possible ?

thank you in advance

( i am french .. ;) )

Edited by ohio2k8fr
Link to comment
Share on other sites

  • 4 weeks later...

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