|
-
Oct 4th, 2005, 09:36 PM
#1
Thread Starter
Junior Member
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.
-
Oct 4th, 2005, 10:15 PM
#2
Hyperactive Member
Re: Creating icons
Id suggest you google it up, took me 5seconds to find a real good one.
-
Oct 4th, 2005, 10:53 PM
#3
PowerPoster
Re: Creating icons
If you have VS98 you can use VC++ to create the icons.
-
Oct 5th, 2005, 06:22 AM
#4
Lively Member
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!
-
Oct 5th, 2005, 07:28 AM
#5
Fanatic Member
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.
-
Oct 5th, 2005, 07:47 AM
#6
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?
-
Oct 5th, 2005, 08:18 AM
#7
Fanatic Member
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.
-
Oct 5th, 2005, 09:29 AM
#8
Re: Creating icons
Cool. Thank you very much Kevin.
-
Oct 5th, 2005, 12:42 PM
#9
Re: Creating icons
IconEdit Pro is another good one. Actually written in VB6 as well.
zaza
-
Oct 6th, 2005, 02:51 AM
#10
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
-
Oct 7th, 2005, 01:32 AM
#11
Fanatic Member
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)
-
Apr 22nd, 2007, 01:58 PM
#12
Member
Re: Creating icons
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|