How to Save an image to a disk file which is stored in imagelist control at runtime
Posted on January 4, 2009
1 2 | 'Controls - How to Save an image to a disk file which is stored in imagelist control at runtime SavePicture ImageList1.ListImages("Cut").Picture, "C:\cut.bmp" |