taskbarInterface icon indicating copy to clipboard operation
taskbarInterface copied to clipboard

tbi.setTaskBarIcon(Icon) only works for app/alt+tab, not taskbar

Open zotune opened this issue 2 years ago • 0 comments

@HelgeffegleH

SendMessage, WM_SETICON:=0x80, ICON_SMALL:=0, % LoadPicture(A_WorkingDir "\icon.ico", "Icon1", isIcon),, ahk_id %id%

SendMessage, WM_SETICON:=0x80, ICON_BIG:=1, % LoadPicture(A_WorkingDir "\icon.ico", "Icon2", isIcon),, ahk_id %id%

See forum thread, pretty sure this is broken: https://www.autohotkey.com/boards/viewtopic.php?t=86082&p=378116

zotune avatar Jan 25 '24 17:01 zotune