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
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