Icons 
Author Message
 Icons


Quote:
>I have a bitmap that I need to shrink and make into an icon for a VB program.
>Is there a good utility to do that?

Shrink it using Paintbrush, and copy and paste it into BT Icon Editor,
which you get from ftp://ftp.sn.no/user/balchen/util/bticoned.zip

Quote:
>Are .ICO files just bitmaps that are
>a specified size?

No, they have their own format.

Quote:
>As you can tell, I'm relatively new to VB programming.

Icons are a Windows thing, not a VB thing.


--
Newbiehood is not a period of time, it's a way of life.

http://www.*-*-*.com/ ~balchen
ftp://ftp.sn.no/user/balchen/



Mon, 17 Aug 1998 03:00:00 GMT  
 Icons

Quote:
> Are .ICO files just bitmaps that are
>a specified size?

Nope. Icon pixels can be colored and also transparent which means just what you'd
think -- they take on the color of what's behind them. Bitmaps can't do this. The
iconworks utility that comes with VB might help you to do what you want (it isn't
pretty but the price is right).

--
Phil

Save the Earth -- shoot yourself.



Mon, 17 Aug 1998 03:00:00 GMT  
 Icons

Quote:



                      ..... snip .....

Quote:
>iconworks utility that comes with VB might help you to do what you want (it
isn'
>t
>pretty but the price is right).

                      ..... snip .....

ICONWRKS does not render icons properly unless run in 256 color mode.  I've
not looked into why.  When run with a larger pallet the icon image as
displayed will have the bottom half turn to black and, if saved, this WILL
be the way the image is saved.

VB 3.0 (I can't find an ICONWRKS in VB 4/16 or VB 4/32)

OBTW - The WINNT resource kit has an image editor included with it that
       manipulates .BMP, .ICO and .CUR files (bitmap, icon and cursor).
       Also contains an .ANI (animated cursor) editor.

- joe whittemore



Tue, 18 Aug 1998 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. tray icon/menu icon

2. removing system tray icon without a icon picture.

3. Icon Index? (storing 3 icons in a project)

4. me.icon = obj.icon error

5. help extracting icons from dll to icon property

6. changing the icon placed as the application icon.

7. ICO-Icons or BMP-Icons wanted !!!

8. ICONS, how do you assign more than just one icon to your app

9. How to get icon from Icon Handle

10. How to get Icon from Icon Handle

11. Setting a form icon to an ImageList icon

12. Help with icon files. - icons.zip (0/1)

 

 
Powered by phpBB® Forum Software