I have been using this to store single icons.
I would like to be able to store more icons in the executable.
Can I just use unique numbers as long as the icon names all all unique?
Thanks.
500 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "barchart.ico"
I would like to be able to store more icons in the executable.
Can I just use unique numbers as long as the icon names all all unique?
Thanks.
500 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "barchart.ico"
Yes, you just need unique IDs.