How can I set the icon for my program? I mean, the actual .exe that will be on the desktop

StackOverflow https://stackoverflow.com/questions/1614294

  •  06-07-2019
  •  | 
  •  

Question

I can change the icon in the WindowsForm.

How can I actually change the icon in the desktop?

Was it helpful?

Solution

Right click the project then click properties. You can set the icon using the dropdown on the bottom half of the Application page.

OTHER TIPS

You do that by changing the icon in the property settings of the winform project that builds the exe.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top