|
-
Jan 19th, 2000, 03:22 PM
#1
Thread Starter
Junior Member
pl give me some idea with code probable how to make icon with bitmap file...pl help in this regard asap...
-
Jan 19th, 2000, 04:10 PM
#2
Add the bitmap to a ImageList control. Load the bitmap into a picture box using the ExtractIcon method of the ListImage object. Save the icon.
Picture1 = ImageList1.ListImages(1).ExtractIcon
SavePicture Picture1, "C:\MyIcon.ico"
Good luck!
------------------
Joacim Andersson
[email protected]
[email protected]
www.YellowBlazer.com
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
|