When I’m initializing a dialog, I’d like to select one of the radio buttons on the form. I don’t see a way to associate a Control variable using the Class Wizard, like you would typically do with CButtons, CComboBoxes, etc…
Further, it doesn’t like a CRadioButton class even exists.
How can I select one of the several radio buttons?
Radio buttons and check buttons are just buttons. Use a
CButtoncontrol and useGetCheck/SetCheck.