// 获得选择的数据的基于0的索引int index = (CComboBox*)GetDlgItem(组合框的ID)->GetCulSel();//取出该索引对应的字符串str (CComboBox*)GetDlgItem(组合框的ID)->GetLBText(index,str);