Reputation: 9499
How do you add an Icon to a WPF App?
I have an icon made already. How do I add it to the app so that it will represent the application on the desktop, in the minimize system bar, etc..
Upvotes: 7
Views: 13621
Reputation: 18861
In my visual studio 2010 : Project -> 'ApplicationName' Properties -> Tab Application -> Icon and Manifest. There you specify your icon
Upvotes: 15