本文介绍了C#,从文本框和TextArea获取其他应用程序的文本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

好morgning,

我希望能够在这里我书面方式不管我是谁的应用分析文本。例如,如果我在这里,在这个文本区打字,我希望能够得到文字,同样的方式,如果我是在我的Outlook主题文本框。

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.

我有搜索谷歌没有成功,也许是因为它需要的Win32 API调用。

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.

是否有可能与C#以及如何启动?

Is it possible with C# and how to start?

推荐答案

CodingTheWheels建设一个扑克机器人系列进入详细讨论如何捕捉来自其他应用程序的窗口事件。它不正是你寻找的,但它有一些好的信息。

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.

这篇关于C#,从文本框和TextArea获取其他应用程序的文本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 23:15
查看更多