πŸŒ€Set an Application Icon

The icon will be showed in the taskbar

This tutorial requires to open GameLauncher.sln in Visual Studio

Set your own icon

Set your own Icon is very easy!

You need to convert your logo to a .ico file

Your logo must be a .png file

  1. Upload your file here:

https://redketchup.io/icon-converter

2. Save it (Save Icon)

A new page will appear.

3. Download the icon (Right click)

  1. The icon filename must be Icon.ico

  2. Copy your icon file to the Game Launcher project folder (replace)

3. Right click on your icon and Set the Build Action to Resource in the Properties

4. In Solution Explorer, Right click on GameLauncher solution -> Rebuild the solution

Last updated