VC++怎么检查单选按钮的状态

2025-04-14 04:38:32
推荐回答(2个)
回答(1):

(CButton*)GetDlgItem(IDC_RADIO1)->GetCheck()==TRUE

回答(2):

这个可以自己查查