|
-
September 21st, 1999, 02:32 PM
#1
CFormView - HELP
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
-
September 21st, 1999, 03:31 PM
#2
Re: CFormView - HELP
Yes, CFormView does support DDX..
Please check your ClassWizard once again.
Alok
-
September 21st, 1999, 03:42 PM
#3
Re: CFormView - HELP
However, when I place a control (say a button) on the form associated with the CFormView derived object, and then go into 'Member Variables' in the Class Wizard, I don't see the ID for the control that I added. Did I setup something incorrectly? When I do the same with a CDialog derived class I see the resource ID and I can bind a member variable to it.
Arun
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|