int iPos=((CComboBox*)GetDlgItem(IDC_COMBO))->GetCurSel();//当前选中的行。
((CComboBox*)GetDlgItem(IDC_COMBO))->SetCurSel(n)//设置第n行内容为显示的内容。
((CComboBox*)GetDlgItem(IDC_COMBO))->GetWindowText(strTemp);//取当前内容
((CComboBox*)GetDlgItem(IDC_COMBO))->GetLBText(n,strTemp);//取其他行内容