|
-
Aug 26th, 2000, 01:06 PM
#1
Thread Starter
Addicted Member
I'm not sure if there is a way to change a clipart into an icon. Can anyone help?
-
Aug 26th, 2000, 01:38 PM
#2
you can use MicroAngelo from http://www.impactsoft.com , MicroAngelo is shareware that makes Icons.
You can also do a search on http://www.download.com http://www.nonag.com http://www.zdnet.com for a free icon editor, I found a good one called "IconEdit". it can make 16x, 32x, and 48x icons all in 2 color, 16 color, 256, or millions of colors. I think I got it at zdnet.
-
Aug 26th, 2000, 01:50 PM
#3
Hyperactive Member
The best utility for converting images to icons is called IrfanView, and can be found at the CNET.com site. Check out a thread posted yesterday for details.
-
Aug 26th, 2000, 08:16 PM
#4
Why not draw your own icons with MS-Paint and convert them with an ImageList, using the ExtractIcon method.
Code:
Set Picture1.Picture = ImageList1.ListImages(1).ExtractIcon
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
|