Winforms控制台应用程序,如何在exe文件中嵌入图标?

发布于 2024-08-07 09:46:37 字数 81 浏览 2 评论 0原文

我有一个控制台应用程序,我想在 exe 中包含一个 ico 文件作为嵌入资源,然后将其作为 Windows 资源管理器中的程序图标,这是如何完成的?

I have a console application, I want to include an ico file as an embedded resource in the exe, then have it as the programs icon in windows explorer, how is this done?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

谁与争疯 2024-08-14 09:46:37

如果您右键单击要更改最终图标的实际项目并在弹出菜单中选择属性,则主屏幕将更改为属性文件编辑,在出现的屏幕中,您将在底部看到您可以选择要在应用程序中使用的图标,选择它,然后在编译项目时,在发布类型中您将看到应用程序具有您选择的图标。

问候。

If you right click on your actual project that you want to change the final icon and select properties at the pop-up menu, then the main screen will change to the properties file edit, in the screen that appeared, at the botton you will see that you can select the icon to use in the application, select it and when you compile your project, at the release type you will see that the application have the icon that you selected.

Regards.

第七度阳光i 2024-08-14 09:46:37

在控制台应用程序的项目设置页面中,转到应用程序页面。

在“图标和清单”下,单击(默认图标)旁边的 [...] 按钮,然后选择您的图标。重建您的应用程序。

这将为您的控制台应用程序提供一个自定义图标。

In the project settings page for your Console Application, go to the Application Page.

Under "Icon and Manifest", click on the [...] button next to where it says (Default Icon), and pick your Icon. Rebuild your app.

This will give your console application a custom icon.

三五鸿雁 2024-08-14 09:46:37

任何 .net 应用程序在 Windows 资源管理器中显示的图标都是程序集图标,可以在 Visual Studio 的项目设置中进行设置。

The icon displayed in windows explorer for any .net application is the assembly icon which can be set in the project settings in visual studio.

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