int iSelect =m_cCombotBox.FindString(0, m_strKey); //検索第一文字 int iSelect =m_cCombotBox.FindStringExact(0, m_strKey);//検索完全一致