How to change the title icon of a Windows Forms application
c#, titlebar, winforms
Solution
Set it in two places:
- The Icon: dropdown in Project properties -> Application
- The Icon property of the main form (startup form).
Problem
How do I change the title icon of a Windows Forms application?