Question

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.

Was it helpful?

Solution 2

You will have to

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

OTHER TIPS

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top