04-07-2016, 08:35 AM
str fBmp="$temp$\qm_modi.bmp"
fBmp.expandpath
if(scan("resource:<Macro1>image:h1B7A5E0B" win() r 16|128 100))
if(!CaptureImageOnScreen(r.left r.top r.right-r.left r.bottom-r.top(fBmp))) ret
This was the original code
str fBmp="$temp$\qm_modi.bmp"
fBmp.expandpath
if(!CaptureImageOnScreen(655 340 85 35(fBmp))) ret
And just wondering it it's possible to restrict running my .exe macro on a single computer only? Don't need it to be professional just don't want it to proliferate after giving it to 1 or 2 person.