Windows 应用程序的自动表单填写

发布于 2024-10-11 21:28:18 字数 105 浏览 1 评论 0原文

检测文本字段是浏览器表单填充程序中的一项常见工作。 有没有办法使用 C++ 或 C# 检测 Windows 应用程序中的文本字段和标签? 我想为 Windows 应用程序编写一个自动表单填充程序。

Detecting text fields are a common job in Form Fillers for browsers.
Is there a way to detect text fields and labels in an windows application using C++ or C#?
I want to write an Auto Form Filler for windows applications.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

允世 2024-10-18 21:28:18

进一步考虑 abmv 的答案,有几种工具可以实现此目的,其中一些也适用于 .NET:

Spy++ 本身可以是 在微软网站上找到,源代码好像没有,但是有一个类似的工具有源代码。

Taking abmv's answer further, there are several tools for this, some for .NET, too:

Spy++ itself can be found on Microsoft's website, the source code seems to be not available, but a similar tool has source code.

一念一轮回 2024-10-18 21:28:18

尝试一下 SPY++ 之类的工具,你可以看到它可以检测标签

Try a tool like SPY++ you can see that it can detect lables

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文