textBox.AutoCompleteSource = AutoCompleteSource.FileSystem
textBox.AutoCompleteMode = AutoCompleteMode.SuggestAppend;
I will have to look more into this, because I'm using WPF, not Windows Forms and WPF's TextBox doesn't natively have AutoComplete functionality.
Log in to post a comment.
textBox.AutoCompleteMode = AutoCompleteMode.SuggestAppend;
I will have to look more into this, because I'm using WPF, not Windows Forms and WPF's TextBox doesn't natively have AutoComplete functionality.