Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding an icon to my finished application

Tags:

c#

icons

What's the proper way to add an icon to my application? I mean to the actual physical .exe file.

like image 958
Sergio Tapia Avatar asked Aug 19 '09 01:08

Sergio Tapia


1 Answers

In Visual Studio, right click your project (the one that is compiled to an exe), choose Properties, under the Application Tab, in the "Icon and manifest" section, change your icon.

like image 151
Jesper Fyhr Knudsen Avatar answered Sep 28 '22 02:09

Jesper Fyhr Knudsen