first, put a picture box on the form.
then set its index to 0.
finally, use this code:
Load picTest(1)
with picTest(1)
.top=0
.left=0
.height=1000
.width=1000
.picture=whatever
.visible=true
end with
this will load a second picture box and set its properties. put it in a loop for more boxes.




Reply With Quote