如何为我的程序设置图标?我的意思是,桌面上实际的 .exe
我可以更改 WindowsForm 中的图标。
我怎样才能真正改变桌面上的图标?
I can change the icon in the WindowsForm.
How can I actually change the icon in the desktop?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
右键单击该项目,然后单击属性。您可以使用“应用程序”页面下半部分的下拉菜单设置图标。
Right click the project then click properties. You can set the icon using the dropdown on the bottom half of the Application page.
您可以通过更改构建 exe 的 winform 项目的属性设置中的图标来实现此目的。
You do that by changing the icon in the property settings of the winform project that builds the exe.