Home All Groups Group Topic Archive Search About
Author
2 Mar 2009 3:59 PM
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

Author
2 Mar 2009 4:15 PM
mayayana
> 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.
>

  They're entirely different things. VB.Net has very little
in common with VB other than a somewhat similar
syntax, so you need to ask in a .Net group:

microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb
Author
2 Mar 2009 7:21 PM
davep15
ok, thanks