Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you add an Icon to a WPF App?

Tags:

icons

wpf

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

like image 915
xarzu Avatar asked Jun 01 '10 07:06

xarzu


People also ask

Is WPF still relevant in 2020?

It was in 2006 that Windows Presentation Foundation (WPF) was released with . NET framework 3.0. Over the years it got improved and it is still now in the market in 2021.

How do I add an Icon to a Visual Studio project?

On the menu bar, choose Project > Properties. When the Project Designer appears, choose the Application tab. (Visual Basic)—In the Icon list, choose an icon (. ico) file.


1 Answers

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

like image 62
Xorty Avatar answered Sep 27 '22 00:09

Xorty