I Basically have a group of controls/indicators where the number that exist change from a text file that is read.
The Data is also controls and indicators, so i have to be able to individually enable/disable them and uniquely update their captions, which is why I don't a simple array would work. How can I programmatically create these controls and indicator groups (up to 12). That are spaced evenly and can be unqiely controlled (programmatically) after creation? OOP? Xcontrols?