Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Icon in .exe

cacciatore
Beginner
875 Views
How can I "insert" an icon in an executable, so that when making a shortcut it shows the icon ?
Tks
0 Kudos
3 Replies
Jugoslav_Dujic
Valued Contributor II
875 Views
1. Insert/Resource/Icon (Import or New)
2. File/Save (save .rc file as e.g. myapp.rc)
3. Project/Add to project/Files (browse for myapp.rc)
4. Build the application

Jugoslav
0 Kudos
Jugoslav_Dujic
Valued Contributor II
875 Views
...forgot to add, it is usually a good idea to include both 16x16 and 32x32 version; when in resource editor, select Image/New Device Image.
0 Kudos
cacciatore
Beginner
875 Views
Thanks
You really are the quickest trigger in this forum.
Geraldo
0 Kudos
Reply