C# - Visual Studio - Adding a custom ICO file to an application
It’s always a good thing to personalise applications we make, especially when there is a graphical user interface. The idea here is to change the default icon of your C# application with Visual Studio. We also use the Gimp software to create the .ico file. So let’s get started. First of all We will use for this tutorial: Microsoft Visual Studio Community 2015 version Gimp 2.8.16 Creating the .ico file with Gimp Create the icon you want. ...