Windows 应用程序的自动表单填写
检测文本字段是浏览器表单填充程序中的一项常见工作。 有没有办法使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
进一步考虑 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.
尝试一下 SPY++ 之类的工具,你可以看到它可以检测标签
Try a tool like SPY++ you can see that it can detect lables