B
bic
I am trying to change my image in a picturebox by using images from an
imagelist.
I have tried
Dim Image1 As Image = ImageList1.Images(intIcon)
Me.pbLocation.Image = Image1
Image1.Dispose()
Without any luck, the code doesn't give an error and it doesn't update
the image in the picturebox, and the picturebox has repaint problem
after I load a new form and top of it and close it.
imagelist.
I have tried
Dim Image1 As Image = ImageList1.Images(intIcon)
Me.pbLocation.Image = Image1
Image1.Dispose()
Without any luck, the code doesn't give an error and it doesn't update
the image in the picturebox, and the picturebox has repaint problem
after I load a new form and top of it and close it.