CComboBox::FindString

This method finds the first string that contains the specified prefix in the list box of a combo box, but does not select the item.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

int FindString( int nStartAfter, LPCTSTR lpszString ) const;

See Also

CComboBox::SelectString, CComboBox::SetCurSel