I am developing a simple application that should just copy another existing executable and change its icon . Can this be done with .NET? I ask about changing the icon, copying is not a problem.
I have no clues on how and where to start. I searched on Google, but found only unmanaged C ++ code that I am not very familiar with.
Nothing happens in this message with a change in the current application icon at run time, but with a change in the icon of an external application (visible in Windows Explorer).
Any help would be appreciated.
Thank.
source
share