How to remove all images from imagelist control at runtime
Posted on November 4, 2011
1 2 3 4 5 6 | 'Controls - How to remove all images from imagelist control at runtime 'You can also remove all the images in one operation by using the collection's 'Clear method: 'Remove all images. ImageList1.ListImages.Clear |