Search code examples
.netvb.netwinformsvisual-studiodeployment-project

Adding icon to project?


i would like the installer to put an icon shortcut to my app created in vb.net. how do i do this?

i am using click once

edit:

i am using visual basic express 2008. perhaps it is not possible to add the icon to desktop using the built in installer?


Solution

  • Do you mean change the icon of the program so it is not a generic box thing? If that is the case, open your project, click the project menu, and select <project name> properties. Then, under the application tab, there is a place to browse for your icon: alt text

    Hope this helps.