Creating a picture box array

J

Jeff Ciaccio

Is there some way to create a picture box as a member of an array? There is
no "index" property as in the VB 6 image control, and it will not let me
name it pictureBox(0)

Thanks
 
J

Jeff Ciaccio

I forgot to ask this too. Will all the picture boxes on a form
automatically be a member of an array? I would like to be able to choose
them all and set them to not visible (to clear all the pictures from a
form).

For each pictureBox in (???)
.visible = false
Next
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

AllowDrop 1
control array 5
Updating PictureBox image every x seconds --how? 4
Saving an image from a picturebox 2
Picturebox Array (VB Express) 5
Problem with PictureBox 2
Transparent gif 3
Creating Control Array 10

Top