
Easy question...(I think)
Quote:
> That seems like a great idea!
> Could you please explain me (in brief) how to create an array which
> contains (for example) Panel1, Panel2 and Panel3?
Since you already have them, select Panel1 on the form in design mode and
set the Index property to 0. Then select Panel2 and change the Name
property to Panel1 -- if it asks if you want a control array say yes but it
should assume that you do and automatically make the Index property 1.
Change the name for Panel2, Panel3, etc
To create a new control array in the future, draw the first element on the
form then copy it and paste a second one. VB will ask if you want a control
array.