Is there any way of outputing a bitmap file stored in a image list onto the hard drive.
Printable View
Is there any way of outputing a bitmap file stored in a image list onto the hard drive.
Sure:
Call SavePicture(ImageList1.ListImages(iImage).Picture, "C:\Image.bmp")
Where iImage is the Image Index, (1 - ImageList.ListImages.Count).
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Thank you