How to remove all images from imagelist control at runtime
Posted on January 4, 2009
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 |
Related posts:
- How to remove images from imagelist control at runtime
- How to add images to imagelist control at runtime
- How to Create composite images using imagelist control
- How to Create transparent images using imagelist control
- How to Save an image to a disk file which is stored in imagelist control at runtime
- How to assign image from imagelist control to another control at runtime
- How to set an image which is stored in imagelist as form’s mouse icon
- How to Load a bitmap and save it as an icon
- How to remove all the items in a collection
- How to remove items from a Collection object