Search found 4 matches

by Mrmike
Mon Jun 13, 2005 3:52 pm
Forum: Windows
Topic: I need a simple screen text reader
Replies: 5
Views: 3429

I think that RemoteAPI is a big help:

http://www.purearea.net/pb/showcase/show.php?id=181
by Mrmike
Mon Jun 13, 2005 6:07 am
Forum: Windows
Topic: I need a simple screen text reader
Replies: 5
Views: 3429

This looks like a piece of the puzzle:

viewtopic.php?t=15313
by Mrmike
Mon Jun 13, 2005 1:55 am
Forum: Windows
Topic: I need a simple screen text reader
Replies: 5
Views: 3429

Thanks for giving me a hint to what I needed to look for.

I found this:

http://www.codeproject.com/system/Paladin.asp

It is in C++ and they had an example to hook textout and after I commented out the HookAllProcess function and used the HookOneProcess2 function instead then it worked great ...
by Mrmike
Sun Jun 12, 2005 3:50 pm
Forum: Windows
Topic: I need a simple screen text reader
Replies: 5
Views: 3429

I need a simple screen text reader

Hi guys,

I'm looking for a function that will do this:

http://www.deskperience.com/textcapture/index.html

All I need is the GetTextCaptureRect function.

It needs to be able to read the text that is drawn onto a form.

Theirs only works with 2000 and XP. Would it be possible to make something ...