03-08-2019, 04:27 PM
#1
int hwnd
run "$system$\notepad.exe" "" "" "" 0x800 win("" "Notepad") hwnd
POINT p; xm(p) ;;get mouse position into p.x and p.y
,mov p.x p.y hwnd
int hwnd
run "$system$\notepad.exe" "" "" "" 0x800 win("" "Notepad") hwnd
POINT p; xm(p) ;;get mouse position into p.x and p.y
,mov p.x p.y hwnd
