Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you give an .exe an ico image in Visual Studio?

I have the application using an .ico image for the taskbar and window, but how do you set up the .exe to use an icon?

While on this subject does anyone have any resources on how to work with ico images? As in what size does the start bar use, and so forth?

From what I can find there are tools out there to assign .exe's icon images but this is surely not the correct way of doing things.

Thanks in advance.

like image 492
Finglas Avatar asked Dec 11 '09 18:12

Finglas


2 Answers

You can change the application icon from Common Properties -> General -> Application Icon

like image 129
Sonny Boy Avatar answered Nov 09 '22 23:11

Sonny Boy


Here are guidelines to the Vista standard for icons.

http://msdn.microsoft.com/en-us/library/aa511280.aspx

like image 32
Daniel A. White Avatar answered Nov 10 '22 01:11

Daniel A. White