Python Win32GUI 查找窗口
我有一个 GUI Windows 应用程序,我想使用 Python 中的扩展 Win32gui 来控制它。如何找到必须提供给 FindWindow 函数的字符串 s
?
我需要使用以下代码:
import win32gui as gui
gui.FindWindow(s, None)
谢谢!
I have a GUI Windows application and I want to control it using the extension Win32gui in Python. How can I find the string s
that I must give to the FindWindow function?
I need to use the following code:
import win32gui as gui
gui.FindWindow(s, None)
Thaks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您通常会使用 Spy++(Visual Studio 附带)等工具或一些替代工具:Windows Spy, WinCheat 或 窗口侦探
You would usually use a tool like Spy++ (comes with Visual Studio) or some of the alternatives: Windows Spy, WinCheat or Window Detective