What would be the best approach to create the following:
A groupbox that contains
several labels
a groupbox with an array of 8 labels in it
Then the main form would have 4 of these groupboxs (object?) and I would need the ability to change the color and text of all the various labels within any of the groupboxes, using an index similar to what we could do with control arrays in VB6.
I would think an object would make the most sense but can you have control elements in an object and display them on the form?