使用 Visual Studio 2008 指定 Windows 应用程序的图标 - 初学者问题

发布于 2024-10-01 09:58:10 字数 544 浏览 2 评论 0原文

我正在使用 Visual Studio 2008 构建一个 Windows 应用程序。对于表单(其中 2 个),我指定了图标。

现在,我通过将安装和部署项目添加到我的解决方案来构建安装。在安装和部署项目的属性中,我指定了图标。

然后,我执行以下操作

  1. ,创建应用程序主要输出(可执行文件)的快捷方式。链接此处
  2. 我将其剪切/粘贴到目标计算机上文件系统下的用户桌面。链接此处
  3. 在属性中,我添加了图标

现在,在“添加/删除程序”中,我有该图标。 在桌面上,我有 图标。但实际的可执行文件仍然带有标准的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

  1. I create a Shortcut to the Primary Output of my Application (the executable). Link here.
  2. I cut/paste it to the User's Desktop under the File System on Target's Machine. Link here.
  3. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

傲鸠 2024-10-08 09:58:10

在“应用程序”页面中打开项目的属性。

在资源框架下,您可以将图标从默认图标更改为资源中的图标,也可以浏览计算机上的图标。

项目属性 - 应用程序页面

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.

Project Properties - Application page

苏别ゝ 2024-10-08 09:58:10

在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文