Jump to content

the reason autoit always gets me mad


siparker
 Share

Recommended Posts

im trying my very hardest to learn autoit

most times i am trying to just look at the example code in the help file and then try to substitute the items to suit my needs

and so we come to control click

ControlClick ( "title", "text", controlID [, button [, clicks [, x [, y ]]]] )

that is copied from the help file

so what i want to do is use the coordinates to click a certain part of a control

so i do the following

ControlClick ( "mysoftwaretitle", "", 48686 [, left [, 1 [, 25 [, 22 ]]]] )

only when i do that it says there is a syntax error indicating the [ after the control id

so i figure it must need quotes around it and i try that

and thats doesnt work either

so why is it that the examples in the help file dont work

im really losing my rag with this and any help would be most appreciated

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