Windows 应用程序和 Spy++

发布于 2024-12-16 17:37:13 字数 183 浏览 0 评论 0原文

我无法弄清楚为什么我可以使用 Spy++ 来获取某些 Windows 应用程序的句柄、窗口类等。例如,iexplore.exe,它不适用于 url 文本框或任何文本、编辑框区域(如果加载的页面中有的话);还有一些 Windows 应用程序,我只获得外层的属性,而其内部按钮、文本框或组合框则无法访问。在这些应用程序中我应该做什么才能到达它们?谢谢 :)

I am unable to figure out why I can use Spy++ to get handle, window class etc of some windows application. For example, iexplore.exe, it just doesn't work on url text box or any text, edit box area if any in the page loaded; there are also windows application I get only the outer layer's properties whereas its internal buttons, textbox or combox are inaccessible. In these applications what should I do to reach them ? Thank you :)

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

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

发布评论

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

评论(1

一场春暖 2024-12-23 17:37:14

这些程序使用无窗口控件。

他们不使用标准的 Windows 控件,而是在一个巨大的容器中自行绘制和处理所有内容。

These programs use windowless controls.

Instead of using standard Windows controls, they draw and process everything themselves within one giant container.

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