-
Add the icon to the project Resources.resx.
-
Open the designer of the form you want to add the icon to.
-
Append the InitializeComponent function.
-
Add this line in the top:
this.Icon = {EntryPointClassName}.Properties.Resources.{IconResoureceName};repeat step 4 for any forms in your project you want to update