08-07-2008, 11:55 PM
BenJamin Wrote:I think i got what you need.
Toolbar
STOP ALL MACROS RUNNING ON THIS TOOLBAR :SetProp(GetWindow(TriggerWindow GW_OWNER) "x" 0) * close.ico
;;;This is toolbar that will stop all macros ran from the toolbar it was started from.
Function:
int w1
w1=win("Notepad");err
act w1
hid w1
hid- w1
SetProp(w1 "x" 1)
rep
,;;YOUR CODE
,if(!GetProp(w1 "x"))end;; if the stop function in your toolbar is pressed then it will stop all
,;functions funning on the window.
Try that Bro.
DOES THIS CODE WORK FOR THE NEWEST VERSION OF QUICKMACROS? CAUSE IT DONT WORK FOR ME.