CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 3 of 3 FirstFirst 123
Results 31 to 32 of 32
  1. #31
    Join Date
    Aug 2009
    Posts
    84

    Re: [MFC] DDX/DDV and DoDataExchange between nested PropertySheets

    Hello Arjay,

    in this case, unfortunately I need to have those three levels because they are options of options...something like: if I choose this option then I have to choose between three different sub-option families... I know it's discouraged but these are requisites..

    So in this case, how I could call the active page to show that page from wherever I am?...

    Thanks
    Ciao
    Luigi

  2. #32
    Join Date
    Aug 2009
    Posts
    84

    Re: [MFC] DDX/DDV and DoDataExchange between nested PropertySheets

    HI Arjay and everyone,

    do you know if there's a way to handle the check box's cbutton state change event?...
    I mean, I have an initial setting of a checkbox from a bool variable using a personalized DDX_ function, and for a certain check-box of 5 ones I'd need to set/unset some other bool variables which would enable/disable some subpages.... how I could do that?...

    thanks
    Ciao
    Luigi

Page 3 of 3 FirstFirst 123

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