Change default icon

前端 未结 9 1532
南方客
南方客 2020-12-15 16:43

I\'m trying to change the application icon from default to something else. So what I did, is I made an icon and saved it. Then I went to the application tab in the property

9条回答
  •  -上瘾入骨i
    2020-12-15 16:56

    Go to form's properties, ICON ... Choose an icon you want.

    EDIT: try this

    1. Edit App.Ico to make it look like you want.
    2. In the property pane for your form, set the Icon property to your project's App.Ico file.
    3. Rebuild solution.

    And read this one icons

提交回复
热议问题