|
-
Mar 30th, 2004, 11:15 PM
#1
Thread Starter
New Member
Help with ImageList and ListView
Hi Everyone,
I building a program that consists of 14 different forms. On each form, I have a List View control. I'm trying to load the ListView with images from the filesystem (relatively large images) but I don't want to re-load the images from the filesystem on each form. I would like to perform a one-time image load into a globally defined imageList (programatically defined) - then on each form, just pull from the global ImageList.
Anyway - for some reason, I cannot assign the programatically defined ImageList to the ListView controls on each form. It is reporting that my ImageList is equal to "nothing" but I know this is not true.
Any thoughts?
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
|