How to make an auto-complete textbox in a winforms desktop application?

Check this out: Creating winforms AutoComplete TextBox using C# in Windows application.

Thank you, Leniel! – alex4 Jan 7 at 22:32.

Here is an older article that accomplishes what you are trying to do MSDN also has an example.

You want to set the TextBox. AutoCompleteSource to CustomSource and then add all of your strings to its AutoCompleteCustomSource property, which is a StringCollection. Then you should be good to go.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions