CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 1999
    Posts
    62

    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


  2. #2
    Guest

    Re: CFormView - HELP

    Yes, CFormView does support DDX..
    Please check your ClassWizard once again.

    Alok


  3. #3
    Join Date
    Mar 1999
    Posts
    62

    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
  •  





Click Here to Expand Forum to Full Width

Featured