【问题标题】:How to change the title icon of a Windows Forms application如何更改 Windows 窗体应用程序的标题图标 【发布时间】:2013-07-03 14:14:03 【问题描述】: 如何更改Windows Forms 应用程序的标题图标? 【问题讨论】: C# Change the icon on the top left of winform的可能重复 标签: c# winforms titlebar 【解决方案1】: 在两个地方设置: 项目属性中的 图标: 下拉菜单 -> 应用程序 主窗体(启动窗体)的 Icon 属性。 【讨论】: