PDA

Click to See Complete Forum and Search --> : icon <=> image?


ejudy
Nov 13th, 2001, 12:14 PM
How can you change .ico file to .bmp file?

mlewis
Nov 13th, 2001, 12:52 PM
[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 savepicture picture1.picture, filename
Done!
[/list=1]

ejudy
Nov 13th, 2001, 01:02 PM
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?

ejudy
Nov 13th, 2001, 01:09 PM
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
Nov 13th, 2001, 01:16 PM
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...

ejudy
Nov 13th, 2001, 01:48 PM
me too, win2k. and Paint to view it.

It works only after using VC++. Really, C>B!

Thanks lot. :)

DiGiTaIErRoR
Nov 13th, 2001, 06:47 PM
To do it by code look at this site:

www.allapi.net

or maybe it's .com?
:confused:

jim mcnamara
Nov 13th, 2001, 07:27 PM
Another suggestion try Microangelo

It will convert any file to .ico and will also create .bmp files.

www.microangelo.com for free trial.

ejudy
Nov 14th, 2001, 09:21 AM
Jim I didn't find any info from that site.........:confused:

I don't need a domain right now :)

ejudy
Nov 14th, 2001, 04:48 PM
that's okay.

I found a icon builder from allapi.net. It seems good.

Thanks, guys!