tags:

views:

2481

answers:

2

Good morgning,

I would like to be able to analyze text where I am writting whatever the application I am. Example, If I am here, typing in this TextArea, I would like to be able to get the text, same way if I were in the Subject Textbox in my Outlook.

I have search Google without success, maybe it's because it require Win32API call.

The goal would be to start having fun with multiple algorithm like "Bloom Filter" and Markov Chain.

Is it possible with C# and how to start?

+3  A: 

CodingTheWheels series on building a poker bot goes into detail on how to capture window events from other applications. Its not exactly what your looking for, but it has some good info.

http://www.codingthewheel.com/archives/how-i-built-a-working-poker-bot

FlySwat
+1  A: 

This tool works perfectly fine even for non-managed processess.

Runtime Object Editor

arul