Having placed a number of bitmap files in an imagelist collection, how do I progeammaticaly place a selected image from the imagelist in a picturebox. :confused:
Printable View
Having placed a number of bitmap files in an imagelist collection, how do I progeammaticaly place a selected image from the imagelist in a picturebox. :confused:
VB Code:
picturebox1.image = imagelist1.Images(cnt)
cnt being a variable you declare for the index of the image that you want.