|
-
Nov 7th, 1999, 05:55 AM
#1
Thread Starter
Lively Member
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!"
-
Nov 7th, 1999, 03:27 PM
#2
Addicted Member
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
[email protected]
smalig.tripod.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|