I have debugged C# WinForm exe. Copied it to desktop and want to distribute it to other people. How do I set an .ico for this exe, so that the desktop icon automatically appears on the computer, which downloads it too, without they don't adjust anything.
Right-click (or press and hold) the desktop, point to View, and then select Large icons, Medium icons, or Small icons. Tip: You can also use the scroll wheel on your mouse to resize desktop icons.
To change a shortcut's icon, right-click it and select Properties. In the menu that appears, click Shortcut near the top, then click Change Icon… near the bottom. Use the menu that pops up to find where you saved your icon and select it, then click Apply back in the Properties menu.
Go to menu Image > New Device Image, or right-click in the Image Editor pane and choose New Device Image. Select the type of image you want to add. You can also select Custom to create an icon whose size isn't available in the default list.
In Visual Studio go to the properties of the Project:
And then go to the Appligation tab, and select the icon in the resources options:
By clicking on the button at the right you can open an open dialog to choose your icon:
In Xamarin Studio right click the project to select Options:
Then go to the General Tab:
By clicking on browse button you can open an open dialog to choose your icon:
To specify an application icon (in VS2012):
In Solution Explorer, choose a project node (not the Solution node).
On the menu bar, choose Project, Properties.
When the Project Designer appears, choose the Application tab.
In the Icon list, choose an icon (.ico) file.
From MSDN
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With