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
Начинающий
878Просмотр.
How can I "insert" an icon in an executable, so that when making a shortcut it shows the icon ?
Tks
0 баллов
3 Ответы
Jugoslav_Dujic
Ценный участник II
878Просмотр.
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
Jugoslav_Dujic
Ценный участник II
878Просмотр.
...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.
cacciatore
Начинающий
878Просмотр.
Thanks
You really are the quickest trigger in this forum.
Geraldo
Ответить