Hello,
I'm aware that VB.Net does not support control arrays.
I was wondering what VB.Net does to compensate for this seeming as control arrays were (in my experience) often a large part of VB6 apps.
Printable View
Hello,
I'm aware that VB.Net does not support control arrays.
I was wondering what VB.Net does to compensate for this seeming as control arrays were (in my experience) often a large part of VB6 apps.
Hi,
Everything you could accomplish (and more) with control arrays, can be done with Collections. It is a hugh subject. Check it out on MSDN help.