怎样得到radio状态

解决方案 »

  1.   

    UINT GetState( ) const;
      

  2.   

    int checked=0;
        CButton * pRadio = (CButton*)GetDlgItem( IDC_MONTH );
        checked = pRadio->GetCheck(  );            |
        pRadio = NULL;                             |
                                                   |
                                               你的Radio的ID