create control array statically

smartpreeti03

Member
Joined
Jun 19, 2008
Messages
8
Programming Experience
Beginner
can someone tell me how to create a control array on the forms. I know how to do that at runtime. but could not create it when copy pasting a control on the form(as in VB 6.0).
 
Control Arrays don't exist in .Net as they did in VB6, I can't think of a reason why they would. The form has it's own control collection, essentially your control array.
 
Back
Top