Created
February 3, 2011 09:57
-
-
Save tobiashm/809295 to your computer and use it in GitHub Desktop.
Modification of http://www.autohotkey.net/~Skan/Scripts/RoD/ROD-Ex.ahk to create 2 icons in resource.dll
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24c24 | |
< ResourceFile := "AutoHotkeySC.bin" ; you many comment out one of | |
--- | |
> ;ResourceFile := "AutoHotkeySC.bin" ; you many comment out one of | |
71a72 | |
> { | |
72a74,75 | |
> GoSub,RT_ICON ; 2011-02-03/THM: Add another copy of the same icon to work around a bug in Stack Docklet 2.0 | |
> } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you share full version?
This doesnt work:
http://www.autohotkey.net/~Skan/Scripts/RoD/ROD-Ex.ahk
And may be you have rod-demo?
https://autohotkey.com/board/topic/29590-have-a-hard-time-understanding-load-images-from-dll/#entry188535