1. app icon
- Posted by gwalters Jul 17, 2012
- 1221 views
Can someone remind me on how to change the icon which appears in the upper left of a window. Now it shows the euphoria icon and I would like the icon of my app to show there. I'm using win32lib and windows 7 and xp
2. Re: app icon
- Posted by euphoric (admin) Jul 17, 2012
- 1172 views
I have a batch file that runs the following:
wrc -q -ad icon_resource.res myprogram.exe
The icon_resource.res files was created from a .ico file.
I don't remember from whence wrc came. Nor do I remember how to create the .res file.
But this should give you a few clues before somebody else chimes in with the complete answer.