views:

149

answers:

4

Is there anyway to implement auto complete feature such as shown when typing a few letters in the start->run combo box?

A: 

Have a look at the ComboBox.AutoCompleteMode and ComboBox.AutoCompleteSource properties.

Konrad Rudolph
A: 

AutoCompleteCustomSource

BeatMe
A: 

Consider AvalonEdit but probably it too complex for this task. anyway good control :-)

Trickster
A: 

Look here C# does Shell

Kevin Young