سؤال

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