
How to create a icon when create a .exe file
If you have the VB 5.0 CD there are some extra programs on it. One of
them is a graphics editor that allows you to create and edit icons. I
think the program is in a folder called graphics on the CD,
Once you create the icon, you can set the icon property of your main
form to your new icon!
Hope this helps,
Paul
On Tue, 07 Oct 1997 16:09:39 -0500, Ying Zhu
Quote:
>Hi, everyone,
>I had finished my VB5 programs. Now I can use setup wizard to create
>.exe file. If there anyone knows how can I create an icon in my program
>so that I don't need to use Exploring to create an icon and change this
>icon into another image on desktop.
>Thank you.