Jump to content

Recommended Posts

Posted

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.

Posted

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

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
×
×
  • Create New...