开发者

How can I replace C# windows forms executable application icon?

开发者 https://www.devze.com 2023-01-08 04:41 出处:网络
I already finished my development. But I don\'t like the windows icon for the executable applicati开发者_如何学Con.

I already finished my development. But I don't like the windows icon for the executable applicati开发者_如何学Con.

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消