A1VBCode Forums

Control Cloning


http://www.a1vbcode.com/vbforums/Topic12969.aspx

By istill316 - 7/19/2005

Given a single control, I need the ability to create individual clones of this control. Of course I also need to be able to access all of the controls individually at runtime. How is this done?
By Booooze - 7/19/2005

not quite sure what you mean, but have you tried control array's?

Put one control on your form, and select it , then copy and paste it back to the form, and it will ask you if you want to create a control array.

You can make up to 255 controls in an array.

Does that help?