Вопрос

I have created windows application and deploy using clickonce.

I do no know how to change icon created after installing application on machine.

I want change all of icons generated on desktop, startmenu and Add/Remove progrmas.

Это было полезно?

Решение 2

You will have to

  • add the icons to the project
  • update the icon selected everywhere you want the change to be
  • re-deploy.

Другие советы

IN visual Studio do the following

  • Right Click The Project (not solution) -> Select Properties -> Default Icon -> Select a Image

The image must be in .ico format, you can do this by using a tool such as this

http://www.icoconverter.com/

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top