How do I change the title icon of a Windows Forms application?
Asked
Active
Viewed 2.3k times
13
-
possible duplicate of [C# Change the icon on the top left of winform](http://stackoverflow.com/questions/12738312/c-sharp-change-the-icon-on-the-top-left-of-winform) – rajeemcariazo Jul 05 '13 at 13:19
1 Answers
22
Set it in two places:
- The Icon: dropdown in Project properties -> Application
- The Icon property of the main form (startup form).

Peter Mortensen
- 30,738
- 21
- 105
- 131

SLaks
- 868,454
- 176
- 1,908
- 1,964