There is no common control for this. However, you can use the standard Edit control and connect the IAutoComplete interface to it, which you can configure to use the file system (among other things) as a source to get string values. The easiest way to do this is to call the SHAutoComplete function.
Remy Lebeau
source share