Hello, is it possible to
dim i as integer = 1 to 10
dim allpicboxes as *control?* = picturebox("picbox" & i.tostring())

and then use the variable to e.g. change the picboxes images?
so like

allpicboxes.image = my.resources.something

thanks