This method adds an image to an ImageList control. Images can be .bmp, .dib or .2bp format.
imagelist.Add(filename)
None.
Add uses the name of a valid image file to add the image to the ImageList. Images can be different sizes, but after you add the first image, all subsequently added images will be sized identically to the first.