Forum

Custom Indicator based on CAppDialog not displaying when added to template

I have the following simple custom indicator based on the class CAppDialog. It creates a instance of MyAppDialog derived from CAppDialog. MyAppDialog in turn creates a instance of MyWndContainer derived from CWndContainer. MyWndContainer then creates an instance of a CLabel. If I now add this

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