pl give me some idea with code probable how to make icon with bitmap file...pl help in this regard asap...
Printable View
pl give me some idea with code probable how to make icon with bitmap file...pl help in this regard asap...
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