How to change executable icon from c# code? (not my app icon)
Posted
by flyout
on Stack Overflow
See other posts from Stack Overflow
or by flyout
Published on 2010-06-07T14:14:04Z
Indexed on
2010/06/07
14:22 UTC
Read the original article
Hit count: 175
How can I change *.EXEs icons from c# code (not my main app icon but from that app i want to change the icon of another exe).
I eventually would have to change the icons for A LOT of files so I am looking for a fast and good performance way to do it.
I have been googling for 30min but all I found is how to set the icon for the app in VS.
© Stack Overflow or respective owner