Problem _WinApi_PostMessage()

08/16/2015 12:31 fuso98#1
Hi to all, I've a problem with post message function.
I want to simulate a mouse click on a window:

PHP Code:
;Mousemove
_WinAPI_PostMessage 
($BGAPI_HWND0x200$x$y)
;
Mousedown
_WinAPI_PostMessage 
($BGAPI_HWND0x201,$x$y)
;
Mouseup
_WinAPI_PostMessage 
($BGAPI_HWND0x202$x$y
I've used that code, but the script always click in the wrong point.. why?

I'm sure that I put something wrong in the last 2 params. But How can I make it work?

Thanks ;)
08/16/2015 17:26 YatoDev#2
look skype and dont post the answere here