Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UWP : How to set the main icon

I actually build my first universal app on windows 10, and I don't konw to change the main icon of the application (icon visible on taskbar) ?

I've setted icon in visual assets with no visible change. Can you help me ?

Thanks Mickaël

like image 664
user3166910 Avatar asked Aug 31 '15 19:08

user3166910


People also ask

How do I change the application icon in winform?

Creating Desktop Applications Using Windows Forms You can change the icon in Visual Studio by opening the properties window for the form. You can then upload a new icon image to the icon field.


2 Answers

You must set the 24x24 px image under Assets\Square44x44Logo.png

like image 139
GeralexGR Avatar answered Oct 27 '22 13:10

GeralexGR


I've had similar problems, then this tool solved it for me.

Seems like the problem was that I also needed to have some of those Square44x44Logo.targetsize-xx.png files, because the problem happened again after I removed those (autogenerated) files.

like image 29
Yoav Feuerstein Avatar answered Oct 27 '22 13:10

Yoav Feuerstein