Results 1 to 10 of 10

Thread: icon <=> image?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2001
    Posts
    54

    Question icon <=> image?

    How can you change .ico file to .bmp file?

  2. #2
    Frenzied Member mlewis's Avatar
    Join Date
    Sep 2000
    Posts
    1,226
    [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:
    1. savepicture picture1.picture, filename
    [*]Done![/list=1]
    M. Lewis
    Pi-Q Software
    How many mouse clicks does it take to cook breakfast?

    Blargh! I am dead!

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2001
    Posts
    54
    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?

  4. #4

    Thread Starter
    Member
    Join Date
    Oct 2001
    Posts
    54
    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?

  5. #5
    Frenzied Member mlewis's Avatar
    Join Date
    Sep 2000
    Posts
    1,226
    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...
    M. Lewis
    Pi-Q Software
    How many mouse clicks does it take to cook breakfast?

    Blargh! I am dead!

  6. #6

    Thread Starter
    Member
    Join Date
    Oct 2001
    Posts
    54
    me too, win2k. and Paint to view it.

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

    Thanks lot.

  7. #7
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    To do it by code look at this site:

    www.allapi.net

    or maybe it's .com?

  8. #8
    jim mcnamara
    Guest
    Another suggestion try Microangelo

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

    www.microangelo.com for free trial.

  9. #9

    Thread Starter
    Member
    Join Date
    Oct 2001
    Posts
    54
    Jim I didn't find any info from that site.........

    I don't need a domain right now

  10. #10

    Thread Starter
    Member
    Join Date
    Oct 2001
    Posts
    54
    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
  •  



Click Here to Expand Forum to Full Width