I want to create a large number of image objects a loop. I could do this in design time but it seems like I should be able to do something like this:

Loop
imgBall(i).Picture="C:\Ball.jpg"
imgBall(i).Top=7000
i=i+1
Until i= a large number


Any help would be great

Thanks Mike