taskbarInterface icon indicating copy to clipboard operation
taskbarInterface copied to clipboard

Taskbar ornaments and controls

Results 1 taskbarInterface issues
Sort by recently updated
recently updated
newest added

@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...