Answers for "python window icon on task bar"

0

python window icon on task bar

import ctypes

myappid = u'mycompany.myproduct.subproduct.version' # arbitrary string, must be unicode
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid)
Posted by: Guest on July-23-2021

Python Answers by Framework

Browse Popular Code Answers by Language