tags:

views:

31

answers:

1

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..

+3  A: 

In my visual studio 2010 : Project -> 'ApplicationName' Properties -> Tab Application -> Icon and Manifest. There you specify your icon

Xorty
also remember to add the actual file to the project
Isak Savo