CodeItBetter Programming Another VB Programming Blog

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:

  1. How to remove images from imagelist control at runtime
  2. How to add images to imagelist control at runtime
  3. How to Create composite images using imagelist control
  4. How to Create transparent images using imagelist control
  5. How to Save an image to a disk file which is stored in imagelist control at runtime
  6. How to assign image from imagelist control to another control at runtime
  7. How to set an image which is stored in imagelist as form’s mouse icon
  8. How to Load a bitmap and save it as an icon
  9. How to remove all the items in a collection
  10. How to remove items from a Collection object

Filed under: Controls Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.