How to change the title icon of a Windows Forms application

后端 未结 1 1270
别跟我提以往
别跟我提以往 2020-12-11 15:36

How do I change the title icon of a Windows Forms application?

相关标签:
1条回答
  • 2020-12-11 16:33

    Set it in two places:

    • The Icon: dropdown in Project properties -> Application
    • The Icon property of the main form (startup form).
    0 讨论(0)
提交回复
热议问题