Textbox Autocomplete Result
Win Form: Is there way to get the results from Auto Complete (FileSystemDirectories)? I am trying to write my own custom drop-down list instead of using the the original Textbox Control AutoComplete drop down list. However, I want to use the Text开发者_StackOverflowbox Auto Complete Source: FileSystemDirectories to display to my own custom drop-down list. How can I do it?
精彩评论