Reputation: 41128
I can change the icon in the WindowsForm.
How can I actually change the icon in the desktop?
Upvotes: 2
Views: 597
Reputation: 25513
You do that by changing the icon in the property settings of the winform project that builds the exe.
Upvotes: 1
Reputation: 39325
Right click the project then click properties. You can set the icon using the dropdown on the bottom half of the Application page.
Upvotes: 6