Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Oct : about capturing text
| Subject: | about capturing text |
| Posted by: | "Alavna" (omer.alav..@gmail.com) |
| Date: | Mon, 23 Oct 2006 03:42:01 |
Hi, I have been trying for days to capture text from a fancy control
that looks like a listbox in a 3rd party
application(ClassName:Afx444:78632.etc). The only message it is
receiving is WM_PAINT.
SnagIt of TechSmith captures the text fully from anywhere,even buttons.
I don't think it is OCR that they are using. Because I tried it with
images and it does not return anything.
What APIs would you use to do such a thing. WM_COPY message comes to
mind first. What others may be in use? Would you need to hook?
thanks