06-03-2007, 06:19 AM
Function: AnyName
Trigger example: #11 0x5
Or use a hook function and WM_SETCURSOR message which detects mouse movement and button events.
Trigger example: #11 0x5
;parameters
str tb="Toolbar24"
double xwait=3
;____________________
int h=mac(tb)
mov -3 0 h 2
double c=xwait
rep
,if(win(mouse)=h) c=xwait
,else 0.1; c-0.1; if(c<=0) break
mov -3000 0 h 2
Or use a hook function and WM_SETCURSOR message which detects mouse movement and button events.