 | | From: | Jan Hoelterling | | Subject: | Proper Way to include Icons in an EXE/DLL | | Date: | Tue, 4 Jan 2005 13:02:35 -0600 |
|
|
 | Hi Folks,
how do I include ICO files for the application in different sizes and color depths to that they are found by Windows? I know how to include them in the Project Explorer, would I need to do anything special to tell Windows how to access them?
Thanks,
Jan
|
|
 | | From: | Ronnie MacGregor | | Subject: | Re: Proper Way to include Icons in an EXE/DLL | | Date: | Tue, 4 Jan 2005 20:37:34 -0000 |
|
|
 | In article <2HWREDp8EHA.2196@news-server>, jhoelterling@compuserve.com says...
> how do I include ICO files for the application in different sizes and color > depths to that they are found by Windows? I know how to include them in the > Project Explorer, would I need to do anything special to tell Windows how to > access them?
If memory serves ....
You need to create an icon file with multiple version of your icon in it at the various resolutions you want, and Windows picks the one which is appropriate to the use.
Try this:
> http://www.freedownloadscenter.com/Multimedia_and_Graphics/Graphics_Editors/IconForge.html
-- Ronnie MacGregor Scotland
|
|
 | | From: | Ronnie MacGregor | | Subject: | Re: Proper Way to include Icons in an EXE/DLL | | Date: | Tue, 4 Jan 2005 20:45:04 -0000 |
|
|
 | In article , no@mail.thanks says...
> Try this: >
Actually I think I used this :
http://www.easyapps.com/
-- Ronnie MacGregor Scotland
|
|