Hello All,

I am developing an MFC SDI app with Document/View support. The view is a
CFormView derived object, based on a dialog resource template. I need to
present other dialog-type views without destroying the original. I would
like to have multiple CFormView derived objects instantiated, each based
on a dialog resource template, and swap the presentation of each view (one
at a time) in the mainframe window in response to a WM_COMMAND message.
Can I do this? Can the seperate dialog templates share controls?

Any help here would be greatly appreciated. Thanks in advance.