|
-
Nov 13th, 2001, 01:14 PM
#1
Thread Starter
Member
icon <=> image?
How can you change .ico file to .bmp file?
-
Nov 13th, 2001, 01:52 PM
#2
Frenzied Member
[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
VB Code:
savepicture picture1.picture, filename
[*]Done![/list=1]
-
Nov 13th, 2001, 02:02 PM
#3
Thread Starter
Member
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?
-
Nov 13th, 2001, 02:09 PM
#4
Thread Starter
Member
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?
-
Nov 13th, 2001, 02:16 PM
#5
Frenzied Member
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...
-
Nov 13th, 2001, 02:48 PM
#6
Thread Starter
Member
me too, win2k. and Paint to view it.
It works only after using VC++. Really, C>B!
Thanks lot.
-
Nov 13th, 2001, 07:47 PM
#7
So Unbanned
To do it by code look at this site:
www.allapi.net
or maybe it's .com?
-
Nov 13th, 2001, 08:27 PM
#8
Another suggestion try Microangelo
It will convert any file to .ico and will also create .bmp files.
www.microangelo.com for free trial.
-
Nov 14th, 2001, 10:21 AM
#9
Thread Starter
Member
Jim I didn't find any info from that site.........
I don't need a domain right now
-
Nov 14th, 2001, 05:48 PM
#10
Thread Starter
Member
that's okay.
I found a icon builder from allapi.net. It seems good.
Thanks, guys!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|