Posts: 1,769
Threads: 410
Joined: Feb 2003
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?
Posts: 12,141
Threads: 143
Joined: Dec 2002
Macro
Macro1420
__GdiHandle h
if(!CaptureImageOrColor(&h 0)) ret
if OpenClipboard(_hwndqm)
,EmptyClipboard
,if(SetClipboardData(CF_BITMAP h)) h=0
,CloseClipboard
Posts: 1,769
Threads: 410
Joined: Feb 2003
SWEET FANCY MOSES!!!
THAT'S AWESOME!
THANKS!!!!!