|
-
Jun 27th, 2000, 05:36 AM
#1
Thread Starter
Junior Member
ya ok anyone know how to make a custom icon to use with VB?
-
Jun 27th, 2000, 05:40 AM
#2
Use an Icon Drawer. One of the best ones is Microangello which can be found at http://www.impactsoft.com
-
Jun 27th, 2000, 05:40 AM
#3
Addicted Member
you can use every program like paint to draw an icon.
If it doesn't support saving as .ico file you can use Visual C++, it does (File/New/Files/Icon File) support it. Just use copy&paste
Razzle
ICQ#: 31429438
What is the difference between a raven?
-The legs. The length is equal, especially the right one. 
-
Jun 27th, 2000, 06:12 AM
#4
Here is a small method for converting other graphics to Icons.
- All you need to do is use the ExtractIcon method and load a Picture from a PictureBox into the MouseIcon of a hidden Control.
- Then Put the Control's MouseIcon into an ImageList and load the ListImage into another PictureBox.
- Now the format has changed to an Icon and you can use the SavePicture method to save it.
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
|