I am using VC++ 6.0 with MFC.
I have three Check Boxes(IDC_CHECK1,IDC_CHECK2 and IDC_CHECK3
).
If Select IDC_CHECK1
then all two IDC_CHECK2
and IDC_CHECK3
has to select, if i delect the IDC_CHECK1
then all two IDC_CHECK2
and IDC_CHECK3
must deselect.
so i am trying but i am not getting .
please any body give the solution.how to do?