Answers for "set application taskbar icon"

0

set application taskbar icon

import ctypes
myappid = 'mycompany.myproduct.subproduct.version' # arbitrary string
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid)
Posted by: Guest on July-27-2021

Python Answers by Framework

Browse Popular Code Answers by Language