Quote Originally Posted by jmcilhinney View Post
Given that the list is not of a fixed length, you would use a List(Of PictureBox) rather than an array. That said, whether you use an array or collection, the code you posted will work if there is a PictureBox at that index.
I've tried many different things, none in which seem to work

Here's my problem with a little bit more detail and revision

(Example of something that could help me out)

I have a button, and when you click that button, it will make 2 pictureboxes appear on the form, and move up.

How would I go about doing this without manually adding pictureboxes to the form?

Thank you