A
AJ
Hi,
I have 20 pictureBoxes named from PictureBox1 to
PictureBox20. I want to fill them up one by one. I'm
keeping a variable firstAvail to keep up with which
pictureBox I should insert the next image into. But how do
I actually access a PictureBox using firstAvail?
I'm thinking I should be able to do something like
PictureBox[firstAvail], but I know that is not the correct
syntax.
Thanks!
I have 20 pictureBoxes named from PictureBox1 to
PictureBox20. I want to fill them up one by one. I'm
keeping a variable firstAvail to keep up with which
pictureBox I should insert the next image into. But how do
I actually access a PictureBox using firstAvail?
I'm thinking I should be able to do something like
PictureBox[firstAvail], but I know that is not the correct
syntax.
Thanks!