Search code examples
c#winformstitlebar

How to change the title icon of a Windows Forms application


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


Solution

  • Set it in two places:

    • The Icon: dropdown in Project properties -> Application
    • The Icon property of the main form (startup form).