📜  任务栏上的 python 窗口图标 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:52.727000             🧑  作者: Mango

代码示例1
import ctypes

myappid = u'mycompany.myproduct.subproduct.version' # arbitrary string, must be unicode
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid)