Results 1 to 12 of 12

Thread: Creating icons

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2005
    Posts
    24

    Question Creating icons

    How do I create icons (drawn in Paint) that I can use in my projects. I know I can just use them as bitmaps but then there is no transparent color. I am using VB6.0. Thanks.

  2. #2
    Hyperactive Member MeTTa@'s Avatar
    Join Date
    Aug 2005
    Posts
    312

    Re: Creating icons

    Id suggest you google it up, took me 5seconds to find a real good one.

  3. #3
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088

    Re: Creating icons

    If you have VS98 you can use VC++ to create the icons.

  4. #4
    Lively Member
    Join Date
    Sep 2005
    Posts
    69

    Re: Creating icons

    Which is unlickley for someone have if you have vb6 really.... you might find some on tutorialized.com I saw some in a graphics programming section?? Can't remember where though!

  5. #5
    Fanatic Member neicedover1982's Avatar
    Join Date
    Jun 2005
    Posts
    566

    Re: Creating icons

    I would suggest using Parabens Icon Builder. It is a free program and lets you create as many icons (.ico) as you wish. I use it for all my icons. You can even load a bitmap into it and tinker with it and then create the ico since paint cant do it. You also have the ability to make the back transparent. They look very professional and you can create any size icon you want.
    Kevin | New England Iced Over | http://www.kevincawleyjr.com

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Creating icons

    I Googled Parabens and I got a whole lot of wierd returns that had nothing to do with Icons.

    Do you have a link for this icon builder?

  7. #7
    Fanatic Member neicedover1982's Avatar
    Join Date
    Jun 2005
    Posts
    566

    Re: Creating icons

    Sorry, here you go. http://www.paraben.com/html/icon.html
    You can just download the program, dont bother paying, it allows you to do pretty much everything and you just have to put up with a small splash screen on the startup.
    Kevin | New England Iced Over | http://www.kevincawleyjr.com

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Creating icons

    Cool. Thank you very much Kevin.

  9. #9
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Creating icons

    IconEdit Pro is another good one. Actually written in VB6 as well.

    zaza

  10. #10
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Creating icons

    You don't even have to do that. You can just use a mask to create the transparent colour in any image type. Search for TransparentBlt.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  11. #11
    Fanatic Member
    Join Date
    Jun 1999
    Location
    California, USA
    Posts
    662

    Re: Creating icons

    or you can do it the way microsoft did for windows xp: http://msdn.microsoft.com/library/de...e&hidetoc=true

    They list the tools used and even provide a link to GIF Movie Gear (used to create the .ico file)

    I recommend using .png as the intermediate file format rather than .psd if you choose not to use photoshop in favor of something else (i.e. Corel Photo Paint or Paint Shop Pro)

  12. #12
    Member
    Join Date
    Apr 2007
    Posts
    42

    Re: Creating icons

    Quote Originally Posted by agent
    or you can do it the way microsoft did for windows xp: http://msdn.microsoft.com/library/de...e&hidetoc=true

    They list the tools used and even provide a link to GIF Movie Gear (used to create the .ico file)

    I recommend using .png as the intermediate file format rather than .psd if you choose not to use photoshop in favor of something else (i.e. Corel Photo Paint or Paint Shop Pro)
    That page has been moved, the updated link is here:
    http://msdn2.microsoft.com/en-us/library/ms997636.aspx

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