How to make an auto-complete textbox in a winforms desktop application
问题 I have a list of words. The list contains about 100-200 text strings (it's names of metro stations actually). I want to make an auto-complete textbox. For an example, user press 'N' letter, then an (ending of) appropriate option appear (only one option). The ending must be selected. How to do that? PS1: I guess, there is a textbox control with a Property something like this: List<string> AppropriateOptions{/* ... */} PS2: sorry for my english. If you didn't understand -> ask me and I will try