向项目添加图标?
我希望安装程序将图标快捷方式放置到我在 vb.net 中创建的应用程序。 我该怎么做呢?
我正在使用单击一次
编辑:
我正在使用 Visual Basic Express 2008。也许无法使用内置安装程序将图标添加到桌面?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您的意思是更改程序的图标,使其不再是通用的盒子吗? 如果是这种情况,请打开您的项目,单击项目菜单,然后选择“项目名称”。 特性。 然后,在应用程序选项卡下,有一个可以浏览图标的位置:
希望这有帮助。
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:
Hope this helps.
这是关于嵌入 VS 部署项目
http://img36.imageshack.us/img36/ 1424/setupico.png 全尺寸
所以添加一个图标文件到应用程序文件夹,正确命名。 添加桌面快捷方式(选择项目输出作为目标)和设置图标(您的 ico 文件作为目标)后
This is about embedded in VS Deployment Project
http://img36.imageshack.us/img36/1424/setupico.png full size
So add an icon file to Application Folder, name it properly. After add a shortcut to Desktop (choose a project output as target) and setup icon (your ico file as target)
每个安装程序的做法都不同,根据您使用的内容,您应该能够找到将图标添加到桌面的功能。
您使用什么安装程序? .Net 部署向导?
Every installer does that differently, depending on what you are using you should be able to find a feature to add the icon to the desktop.
What installer are you using? .Net Deployment wizard?