How can I change the icon of a compiled program? I can change at design time, I can extract at run time, but how do I replace?
Printable View
How can I change the icon of a compiled program? I can change at design time, I can extract at run time, but how do I replace?
Wouldn't you have to make a compiler for that, like Sub7.
There are ways to do it, I remember someone showing me how to edit the resources of an app through VC++, and rebuilding it. But as far as doing it through code goes, I don't know of any way, nor do I see the point of such an exercise.
:)