如何替换 C# windows 窗体可执行应用程序图标?

发布于 2024-09-10 09:50:42 字数 82 浏览 3 评论 0原文

我已经完成了我的开发。但我不喜欢可执行应用程序的 Windows 图标。

如何用我最喜欢的图标替换默认的 Windows 图标?谢谢。

I already finished my development. But I don't like the windows icon for the executable application.

How to replace the default windows icon with my favorite one? Thanks.

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

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

发布评论

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

评论(1

回忆追雨的时光 2024-09-17 09:50:42

http://bytes.com/topic/c-sharp /answers/467947-how-set-icon-winform

首先是项目配置属性,您在其中设置了应用程序图标。这
其他位于每个单独表单的属性中,您可以在其中设置表单的图标 -
可以是同一个图标

http://bytes.com/topic/c-sharp/answers/467947-how-set-icon-winform

First is the Project configuration properties where you have set the Application icon. The
other is in each individual form's properties where you set the Form's icon -
which can be the same icon

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