How can you change .ico file to .bmp file?
Printable View
How can you change .ico file to .bmp file?
[list=1][*]Make new vb project[*]Add a picturebox to a form[*]Set picturebox.picture to the icon file[*]In PictureBox_Click event, write the code[*]Done![/list=1]VB Code:
savepicture picture1.picture, filename
mlewis, thanks for ur reply.
I used exactly same way to get a bmp file. but when I tried to open it. I was told: This is not a valid bmp file. I couldn't do any manipulation such as rotating like I did for a real bmp file.
any other suggestion?
mlewis, thanks for ur reply.
I used exactly same way to get a bmp file. but when I tried to open it. I was told: This is not a valid bmp file. I couldn't do any manipulation such as rotating like I did for a real bmp file.
any other suggestion?
Well do you have Visual C++? If so, open the icon in there, and you can C&P it to a new bitmap and save that..
I just did the thing I said, it worked on Win2k; what are you using to open the BMP? I used Paint, worked great...
me too, win2k. and Paint to view it.
It works only after using VC++. Really, C>B!
Thanks lot. :)
To do it by code look at this site:
www.allapi.net
or maybe it's .com?
:confused:
Another suggestion try Microangelo
It will convert any file to .ico and will also create .bmp files.
www.microangelo.com for free trial.
Jim I didn't find any info from that site.........:confused:
I don't need a domain right now :)
that's okay.
I found a icon builder from allapi.net. It seems good.
Thanks, guys!