组合框获取当前选择的文本 int index = m_repeatCount.GetCurSel(); CString str; m_repeatCount.GetLBText(index,str); MessageBox(str);