Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 885
kiddo Avatar asked Feb 28 '23 12:02

kiddo


2 Answers

Already answered.

Change app icon in Visual Studio 2005?

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

like image 151
Peter Alexander Avatar answered Mar 06 '23 14:03

Peter Alexander


Use this one: http://www.angusj.com/resourcehacker/

Since you specified that you are using VS2008 I can point you here: How do I set the icon for my application in visual studio 2008? (duplicate question)

like image 39
Jack Avatar answered Mar 06 '23 16:03

Jack