D
davep15
My visual basic knowledge is a bit out of date. The last version I
significantly used was VB6 and now I'm trying to do something with
2005.
I want to create 106 copies of an PictureBox
(System.Windows.Forms.PictureBox) and I want them to be indexed so I
can easily access them from a loop. In vb6 I'd just create 1 set it to
have an index of 0 in the properties window then use the load command
to create as many as I want but that doesn't appear to be working
here. How would I do this with VisualStudio2005
significantly used was VB6 and now I'm trying to do something with
2005.
I want to create 106 copies of an PictureBox
(System.Windows.Forms.PictureBox) and I want them to be indexed so I
can easily access them from a loop. In vb6 I'd just create 1 set it to
have an index of 0 in the properties window then use the load command
to create as many as I want but that doesn't appear to be working
here. How would I do this with VisualStudio2005