kienmapq Posted June 26, 2011 Posted June 26, 2011 I have Client Coords : 699,333 How to use WinAPI PostMessage to click at 699,333 _WinAPI_PostMessage($hwnd, $WM_LBUTTONDOWN, $MK_LBUTTON,$lParam) _WinAPI_PostMessage($hwnd, $WM_LBUTTONUP, 0,$lParam) How to use it ? Thanks.
JohnOne Posted June 26, 2011 Posted June 26, 2011 Have you tried MouseClick() function? Maybe that suits your need. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
kienmapq Posted June 26, 2011 Author Posted June 26, 2011 Yes. But i want to send mouse to a inactive windows
JohnOne Posted June 26, 2011 Posted June 26, 2011 Then look at ControlClick() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now