Change Icon

BlitzMax Forums/BlitzMax Programming/Change Icon

BLaBZ(Posted 2013) [#1]
I would like to change the Icon of another Binary from within my blitzMAX application,

Is this possible? Has anyone seen any code that can do this?

Thanks!


Yahfree(Posted 2013) [#2]
I wrote this AGES ago. I'm not sure if it still works correctly. I feel old haha

http://blitzbasic.com/Community/posts.php?topic=72899


GfK(Posted 2013) [#3]
I use that method and it works great, but I think he wants to write a blitz max program which can procedurally change the icon of another, existing binary. Unless I read it wrong!


BLaBZ(Posted 2013) [#4]
Yes!
That's exactly what I'm trying to do,

Looks like I can accomplish this by using the command line to Resource Hacker

http://stackoverflow.com/questions/5165594/using-resource-hacker-for-changing-the-icon-after-the-build

Not sure if there's really a better way.


GaryV(Posted 2013) [#5]
There are many examples of what you want to do on Planet Source Code. The VB examples would probably be the easiest for you to convert to BM.