Setting Icons added as resource to .exe
Posted: 28 Mar 2024, 18:36
I have three Icons i've added as a resource to the .exe by using
When trying to access the Icons using
I get an error though. Sadly I couldn't find anything helpful online. Am I missing something?
Code: Select all
;@Ahk2Exe-AddResource game.ico, ICON1
;@Ahk2Exe-AddResource heart.ico, ICON2
;@Ahk2Exe-AddResource keyboard.ico, ICON3
Code: Select all
TraySetIcon "ICON1",, true