Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use screen text capture?
#3
ok thank you and if I want to use it on files/programs/softwares and extract data from there? the data shows in my QM but I`d like to copy the data on a single excel or word document file for each data extracted, which code should I use for that? thank you in advance.


Code:
Copy      Help
int w=win("filenamegoeshere")
RECT r; SetRect &r 752 10 828 33
WindowText wt.Init(w r)
str s=wt.CaptureToString
out s
0.01
w=win("filenamegoeshere")
SetRect &r 113 88 544 110
wt.Init(w r)
str s1=wt.CaptureToString
out s1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)