Using VB 5.0
I have an array of image controls on a form indexed from 1 to 50. Each has a unique picture in it. Rather than making them all imgName.visible = False, I would like to place them into an array, but I have no idea what data type to declare the array as!? Can this be done, or should I leave well enough alone and just use the control array? It just seems cleaner to get all those controls off the form. Thanks in advance,
Bart
