Windows 应用程序和 Spy++
我无法弄清楚为什么我可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些程序使用无窗口控件。
他们不使用标准的 Windows 控件,而是在一个巨大的容器中自行绘制和处理所有内容。
These programs use windowless controls.
Instead of using standard Windows controls, they draw and process everything themselves within one giant container.