声明Combo box所用的变量是最好选Control,不要 Value。假设你的Combo box 的control 变量叫m_cmb1,你想把他的值读到字串strText中 int intSelection; CString strText; if ((intSelection = m_cmb1.GetCurSel()) != CB_ERR) m_cmb1.GetLBText(intSelection, strText);