What about using imageList1.Images.Add()?
Jay Riggs
2009-02-05 00:29:27
It sounds like you're trying to add several images included in a single image object. In this case you'd want to use
imageList1.Images.AddStrip(imageSeries)
From the msdn docs: "A strip is a single image that is treated as multiple images arranged side-by-side"