It seems like TextBox
already does auto completion. See TextBox.AutoCompleteSource
Property.
eed3si9n
2009-07-18 17:51:26
It seems like TextBox
already does auto completion. See TextBox.AutoCompleteSource
Property.
I did something like that a while back and did use a listbox to display the result. All i needed to do was to monitor the KeyUp event to do the fetching of the data and display the listbox. I added the listbox as a hidden control to the form and would show it when appropriate after setting its position