Class to use for collecting controls

 

Hi.


Can anybody advise me on what class to use for a collection of controls. I am coding an information indicator based on the CAppDialog class. I want to collect say a CLabel, CEdit, CLabel, CEdit, CCheckBox in a class so that I only need to create an instance of this collection class to have all the controls created.


Thanks

Reason: