Jump to content

AutoIt implementation


Recommended Posts

Hi,

I'm new to AutoIt and have a question about how AutoIt is implemented. Is it implemented using Win32 API, as in a click would be : SendMessage( HWND window_handle, MK_LBUTTON, MAKELPARAM( x_cord, y_cord ) ) or is it implemented in a different way?

Thanks inadvance.

Link to comment
Share on other sites

Hi,

I'm new to AutoIt and have a question about how AutoIt is implemented. Is it implemented using Win32 API, as in a click would be : SendMessage( HWND window_handle, MK_LBUTTON, MAKELPARAM( x_cord, y_cord ) ) or is it implemented in a different way?

Thanks inadvance.

If you mean how it's in Autoit syntax then

MouseClick ( "button" [, x, y [, clicks [, speed ]]] )

Download Autoit, open it's Helpfile to see

or look at Online Documentation

MouseClick

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