How to change the exe icon?
-
Im compiling my project using Visual Studio 2019, I have created a resource file and added a line like this:
IDI_ICON1 ICON DISCARDABLE "D:/Repos/Project/app.ico"
It does change the exe icon, however, I would like to ask if it's possible to load the icon from
the embedded resources (.qrc) like you use URL for loading an image into a stylesheet.