I am hoping someone responds quicker then I can think this through or find the info to it on the net.

I have a panel that contains ONLY pictureboxes. I need to use the index of Controls and i want to assign an image directly to the Control not the container. How would i do this.

For
example: Panel.controls(0).Image = MyImage. I know this is wrong but i can think of the right way this should be done.

thanks to anyone that can provide a quick response.