0

Just wondering, how do i change the built program icon to something i want? I can't seem to figure this out, and i don't really like the default icon

Ken White
  • 123,280
  • 14
  • 225
  • 444
KAustin1
  • 23
  • 5
  • Possible duplicate of [Change default icon](https://stackoverflow.com/questions/10223477/change-default-icon) – default Oct 09 '19 at 08:35

1 Answers1

2

You can follow these steps :

1 - In Solution Explorer, choose a project node (not the Solution node).

2 - On the menu bar, choose Project, Properties.

3 - When the Project Designer appears, choose the Application tab.

(Visual Basic) In the Icon list, choose an icon (.ico) file.

4 - C# Near the Icon list, choose the button, and then browse to the location of the icon file that you want.

Smaiil
  • 139
  • 1
  • 5