May 21, 2001 #1 soniar5 Programmer Sep 20, 2000 10 US I have a combo box that upon setting focus on that field it drops down. How do I code it to finish the ending for me as a user types in letters. Any help would be appreciated.
I have a combo box that upon setting focus on that field it drops down. How do I code it to finish the ending for me as a user types in letters. Any help would be appreciated.
May 21, 2001 #2 jimstarr Programmer Feb 6, 2001 975 US What do you mean by "finish the ending"? Jim Upvote 0 Downvote
May 21, 2001 #3 fluteplr Programmer Oct 23, 2000 1,599 US Change the style property to dropdown list Upvote 0 Downvote
May 21, 2001 #4 rgbean Programmer Nov 9, 2000 5,707 US Go to the UT (http://www.universalthread.com/Forum5.asp), click on downloads, and search on Combobox. There are a number of classes that will provide this capability. Rick Upvote 0 Downvote
Go to the UT (http://www.universalthread.com/Forum5.asp), click on downloads, and search on Combobox. There are a number of classes that will provide this capability. Rick
May 22, 2001 #5 weedz Programmer Dec 5, 2000 718 NL Check out the: "Incrementalsearch" property of the combobox. This one should be able to solve your problem. HTH, Weedz (Wietze Veld) http://www.crowncap.demon.nlThey cling emotionally to code and fix development rather than choosing practices based on analytical assesments of what works best. - Steve McConnell Upvote 0 Downvote
Check out the: "Incrementalsearch" property of the combobox. This one should be able to solve your problem. HTH, Weedz (Wietze Veld) http://www.crowncap.demon.nlThey cling emotionally to code and fix development rather than choosing practices based on analytical assesments of what works best. - Steve McConnell
May 23, 2001 Thread starter #6 soniar5 Programmer Sep 20, 2000 10 US Thanks Guys, Big Help... Talk to you soon. Upvote 0 Downvote