AutoComplete ComboBox
-
Hiii i have a combo Box with a list like this Aman Anant Arun Ajay Vijay Vikaas Now i want whenever i press 'a' the first name starting from a should be selected and if i press an then automatically 'anant' is choosen. Please help me Thanx
Check this article out: C# does Shell, Part 4, especially section 5 on how to inject your own list for the autocomplete.
Ian Mariano - http://www.ian-space.com/
"We are all wave equations in the information matrix of the universe" - me -
Hiii i have a combo Box with a list like this Aman Anant Arun Ajay Vijay Vikaas Now i want whenever i press 'a' the first name starting from a should be selected and if i press an then automatically 'anant' is choosen. Please help me Thanx
A good solution was covered here in this forum some time back. See the thread AutoComplete -- DropDowns[^].
Microsoft MVP, Visual C# My Articles