I am creating an application with several CFormView derived classes. I notice that CFormView does not support data exchange, so I can't bind member variables to the controls with class wizard. I need to get member veriables of the various controls on the forms in the CFormView derived classes. What is the best way to do this?
Thanks in advance.

Arun Sivashankaran