使用 Visual Studio 2008 指定 Windows 应用程序的图标 - 初学者问题
我正在使用 Visual Studio 2008 构建一个 Windows 应用程序。对于表单(其中 2 个),我指定了图标。
现在,我通过将安装和部署项目添加到我的解决方案来构建安装。在安装和部署项目的属性中,我指定了图标。
然后,我执行以下操作
现在,在“添加/删除程序”中,我有该图标。 在桌面上,我有 图标。但实际的可执行文件仍然带有标准的exe图标。
我怎样才能拥有实际可执行文件的图标?
I am building a Windows Application using Visual Studio 2008. For the forms (2 of them), I have specified icons.
Now, I build the Setup by adding Setup and Deployment Project to my solution. In properties of the Setup and Deployment Project, I specify the Icon.
Then I do the following
- I create a Shortcut to the Primary Output of my Application (the executable). Link here.
- I cut/paste it to the User's Desktop under the File System on Target's Machine. Link here.
- To the properties, I add the Icon
Now, in the Add/Remove Programs, I have the icon.
In the Desktop, I have the icon. But the actual executable file still comes with the standard exe icon.
How can I have my icon for the actual executable also?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在“应用程序”页面中打开项目的属性。
在资源框架下,您可以将图标从默认图标更改为资源中的图标,也可以浏览计算机上的图标。
Open up your project's properties to the Application page.
Under the Resources frame you can change the Icon from the default icon to an icon in your resources or you can browse for an icon on your machine.
在 VS2008 菜单中,转到“项目 > [Project_Name] 属性... > 应用程序”。在“资源”组框中,选择“图标和清单”下方字段中的图标。编译。
In VS2008 menu, go to "Project > [Project_Name] Properties... > Application". In the "Resources" groupbox, select the icon in the field below "Icon and manifest". Compile.