【发布时间】:2018-05-09 17:27:07
【问题描述】:
在 autoit WinActivate("game gui") 将游戏应用程序带到您的桌面前,有没有办法在 python 3 中做到这一点?还是有一个相等的?我要放在前面的应用是一个mmorpg游戏,比如WinActivate("CABAL")就是这样的。
我尝试过搜索,但找不到答案,我是 python 新手,我使用 tkinter 作为我的 gui。
【问题讨论】:
-
可能
Tkinter不能在 tkinter 的窗口之外的其他窗口上执行此操作 - - 它可以依赖于操作系统。对于 Windows 可能有用Windows 7: how to bring a window to the front no matter what other window has focus?
标签: python-3.x tkinter