Search code examples
c++cwindowsportable-executable

How to change the default *.exe icon in C/C++?


I want to change the default .exe icon to some other icon in C/C++. Does anybody know how to do that?


Solution

  • Already answered.

    Change app icon in Visual Studio 2005?

    You have to place your .ico file in the resources folder first of course.