J
Just Me
If I add an image to an imagelist using
imageList.Images.Add...
And want to use it with a tree node
tn.ImageIndex = imageIndex
How do I know what to set imageIndex to?
If I want to add Images to an ImageList in some random fashion, say item 2,
then 0, then 1. How do I do that?
Thanks for any help
imageList.Images.Add...
And want to use it with a tree node
tn.ImageIndex = imageIndex
How do I know what to set imageIndex to?
If I want to add Images to an ImageList in some random fashion, say item 2,
then 0, then 1. How do I do that?
Thanks for any help