Hi,

I want to write some generic classes for dialog screens with a standard dialog template which can be changed to a template (with the same controls but also some additional ones) in a class based on the generic class.

e.g.
Generic class CGeneric (Template: ID_DIALOG_EDIT)
CGeneric based class CDerived (Template: ID_DIALOG_BROWSE)

Thanks