Quote Originally Posted by CVMichael View Post
What you need is Levenshtein Distance
That's useful for full-text searching...

It sounds to me like the OP wants the "Suggest" type of auto-complete which is built in to TextBoxes and ComboBoxes.
A custom AutoCompleteSource can be specified if the items aren't already in the combo box's data provider.