Control Arrays

Rohit_Saksena

Member
Joined
Mar 3, 2005
Messages
14
Programming Experience
3-5
Hi All,
I am working on a VB6 to VB.NET migration project. The project in VB6 used control arrays extensively and as control arrays are not supported in VB.NET all those control arrays were hard coded like _Label_0.
Can I get any help as to how to get that functionality of control arrays written in VB.NET. Controls used in control arrays are:
ListBoxes, Command Buttons, Combo Boxes, Labels.

Will be highly obliged on getting help.

Thanks in advance

Rohit Saksena
 
Back
Top