Board index » Visual Studio » Picturebox & Imagelist

Picturebox & Imagelist

Visual Studio232
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


-
 

Re:Picturebox & Imagelist

"John Devlon" <johndevlon@hotmail.com>ha scritto nel messaggio



Quote
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?



--

Help The New .Net Site! www.devbox4.net">www.devbox4.net





-