Picturebox & Imagelist

  • Thread starter Thread starter John Devlon
  • Start date Start date
J

John Devlon

Hi,

Does anyone know how to assign an image from an imagelist to a picturebox ?

How do dynamicly change the picture to another image of the imagelist ?

Thanx

John
 
Does anyone know how to assign an image from an imagelist to a picturebox
?


With the "=" :)

PictureBox1.Image = ImageList1.Images(i)

Or I didn't understand something?
 
Back
Top