Hi I am using visual studio 8, vb.net. I have a picture box on my form, picturebox1
I have a number of image files name image1.gif image2.gif image3.gif etc upto image52.gif
I want to display an image in a picturebox dependant upon a value wich is generated elsewhere in the app, so that if '3' is generated I a picturebox to display image3.gif if 2 is generated image2.gif. However I have 52 such images to be displayed in 16 picture boxes so I was wondering if there is a more efficient way than a select case method for each image and each picture box.
All and anyhelp is much appreciated thank you.