Dingo
Oct 6th, 1999, 09:36 PM
Is there any way of outputing a bitmap file stored in a image list onto the hard drive.
Aaron Young
Oct 6th, 1999, 09:49 PM
Sure:
Call SavePicture(ImageList1.ListImages(iImage).Picture, "C:\Image.bmp")
Where iImage is the Image Index, (1 - ImageList.ListImages.Count).
------------------
Aaron Young
Analyst Programmer
aarony@redwingsoftware.com
adyoung@win.bright.net