Your method is one of them. However, i dont want to access all picture box.
And, some of picturebox 's name has number in it (i.e. pict01, pict02, etc).
And, the images files also have numbers (i.e image01.jpg, image02.jpg, etc).
To display them, I have imposed certain rules on it (i.e. pict01 = image03, etc).
At another time, it may be that (i.e. pict01 = image02, etc).
Therefore, i need to access each control by its name.
Any other way to do it?
thanks in advance.