Apollo
Nov 7th, 1999, 04:55 AM
I can create an image list, but I can't insert any images into it. How do I do this?
------------------
"I'm carrying a Geometry book, but I'm not in Geometry...it's crazy...crazy man!"
smalig
Nov 7th, 1999, 02:27 PM
The control uses bitmap (.bmp), cursor (.cur), icon (.ico), JPEG (.jpg), or GIF (.gif) files. You can add and remove images at design time or run time. To add an image to at design time, use the ImageList control's property pages dialog box.To add an image at run time, use the Add method for the ListImages collection in conjunction with the LoadPicture function.
The total number of images that can be loaded is limited by the amount of available memory.
------------------
smalig
smalig@hotmail.com
smalig.tripod.com (http://smalig.tripod.com)