V Vaibhav Jan 7, 2008 #1 Can anybody help me out in finding how to access an image from an imagelist without using Index property at run time....
Can anybody help me out in finding how to access an image from an imagelist without using Index property at run time....
M Morten Wennevik [C# MVP] Jan 7, 2008 #2 Hi, You can use foreach Image in ImageList.Images, or ImageList.Images.GetEnumerator()