Icon - Conversion from Jpeg to ico

yangoal25 Posted messages 51 Status Membre -  
 hbb -
Hello everyone,

How to convert a JPEG file to an ICO file.

The goal is to integrate a JPEG image into a Visual Basic project in the "icon" menu of my form properties. But for that, I need to convert the JPEG to ICO. How can I do that?

Thank you in advance.

14 réponses

ziboguitto
 
It's simple:
1- Open the file in Paint.
2- Save it as .bmp
3- Manually change the extension via Windows Explorer to .ico
And yes, sometimes the answer is quite obvious :-"
38
newt
 
Hello,
just to thank you, it works!
Have a great weekend, amidst our applause... ;)
0
Ludo
 
Renaming a .bmp to .ico is unlikely to work. Behind it, it’s still a bmp.
0