Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Screen Scrape Text Capture
#27
Macro
Code:
Copy      Help
out

;captures text of mouse point

typelib TCaptureXLib {92657C70-D31B-4930-9014-379E3F6FB91A} 1.1
TCaptureXLib.TextCaptureX t._create
int hwnd=child(mouse); if(!hwnd) hwnd=win(mouse)
POINT p; xm(p)
str b=t.GetTextFromPoint(hwnd p.x p.y)
out b


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)