i know there's got to be a way to do this, but i've added an imagelist to the form and it has a 7x7 pixel image @ location 0
programically i've got a picturebox and i would like to have it display the image that's stored in the imagelist
such as Picturebox1.Image = ImageList1.Images(0)
but it tells me that there isnt a reference to an instance of the imagelist
this works for the toolbar control mind you
what am i doing wrong?
programically i've got a picturebox and i would like to have it display the image that's stored in the imagelist
such as Picturebox1.Image = ImageList1.Images(0)
but it tells me that there isnt a reference to an instance of the imagelist
this works for the toolbar control mind you
what am i doing wrong?