Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Screen Grab from Find Image Dialog
#1
Hey you know that whole select a portion of the screen process found in the "Find Image" dialog? Is there a way to have it move that image into the clipboard? I've looked through TO_Scan_Capture but can't figure out how to get it there?
An old blog on QM coding and automation.

The Macro Hook
#2
Macro Macro1420
Code:
Copy      Help
__GdiHandle h
if(!CaptureImageOrColor(&h 0)) ret
if OpenClipboard(_hwndqm)
,EmptyClipboard
,if(SetClipboardData(CF_BITMAP h)) h=0
,CloseClipboard
#3
SWEET FANCY MOSES!!!
THAT'S AWESOME!

THANKS!!!!! Big Grin
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)