Good evening everyone,
I would like to add an icon to my project, so I created a PNG image and I converted via an online tool in an .ICO file.
The icon size is 64x64 (px).
I added to my project by:
Properties> Application> Resources> Icon and Manifest
The image was on destktop and so I referenced.
Visual Studio automatically created a copy of the .ico file in the root of my project.
now:
1) if you start the program with debug I always see the default icon and not mine
2) If you start the program from the directory / bin / debug the project starts with its icon
Why Since the start in Debug do not see it?
Thank You.