Visual Studio, change app icon, how?

后端 未结 6 621
陌清茗
陌清茗 2020-12-17 17:26

I am working on a first time C# project in Visual Studio 2005 and I am wondering if there is anything special that needs doing to change the application icon apart from chan

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-17 18:26

    Have you tried setting a Form.Icon (Winforms) or Window.Icon (WPF)?

提交回复
热议问题