I have three radio buttons IDC_RADIO1, IDC_RADIO2 and IDC_RADIO3 IDC_RADIO1 has the group property set and has a member variable (m_radioGrp) of type CButton and the other two do not have anything set. I am able to enable/disable the first button as I please, but can someone please tell me how to do the same for the other two? I have m_radioGrp.SetCheck(0) and this works fine on IDC_RADIO1, but I can't seem to get the other two Radio's to respond to anything! Please provide some code if possible and also can you
explain why m_radioGrp.CheckRadioButton(0,2,1) doesn't work? I also tried the Control ID numbers 1042,1044,1043 in place of 0,2,1 won't work either? Any assistance is greatly appreciated!

Thanks!
Charlie