How to change .ico format to other?

IDI_MYICON ICON "abc.ico"

Hi, for this code(in Win32), it's deal with .ico image right? How to change the code to other type of format eg: png, jpeg ? TQ...
Last edited on
Here's a site that I've used a few times which has an online image converter. You upload a file which is then converted to a file which can be downloaded. They also sell a more sophisticated product which I have never used, but the online version is free. Just convert whatever format your image is in to the ico type.

http://www.coolutils.com/online/image-converter/
Thanks...But can Win32 read other kind of image instead of just .ico?
If you happen to have accesss to Adobe Photoshop, you can open any image type and save an image as any image type.
I mean is that the code can be change to something like IDI_MYPNG PNG "abc.png"?
Topic archived. No new replies allowed.