cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Image on builded solution
Image on builded solution
Mar 20, 2021 at 4:58pm UTC
Ossie
(1)
Hi, I'm trying to make my builded solution have a image/logo, it gets build as a .exe and I want it to have a image. I've tried to look into the properties of my solution and also searched the net but found nothing useful. Is it even possible?
If you don't know what I mean, I want this:
https://i.imgur.com/sHZVrl5.png
to have a image/logo.
Thanks,
Ossie
Mar 20, 2021 at 7:21pm UTC
helios
(17575)
On Windows, the executable's icon is specified using a resource file. Here's an example of a resource file that specifies an icon and nothing else:
https://github.com/Helios-vmg/Borderless/blob/master/src/resources.rc
Topic archived. No new replies allowed.