CComboBox::SelectString
Visual Studio 2012
Searches for a string in the list box of a combo box, and if the string is found, selects the string in the list box and copies it to the edit control.
int SelectString( int nStartAfter, LPCTSTR lpszString );