yogiwales Posted April 22, 2003 Posted April 22, 2003 I have a combo box that is bound to a list of products. I want the user to start typing in the product they want, and auto complete to narrow the search down. Is this possible with vb.net? Quote
aewarnick Posted April 27, 2003 Posted April 27, 2003 I am sure it is. You can probably handle the TextChanged event (if it has one) and do a search for the text they enter using the Text.StartsWith sub. Quote C#
igloo iguana Posted April 29, 2003 Posted April 29, 2003 Go here: http://www.madladdesigns.co.uk/vbcodebook/index.htm and download the program - VBCodeBook.NET. It has a bunch of code snippets and one of them tells you exactly how to do that. :) Quote
yogiwales Posted April 30, 2003 Author Posted April 30, 2003 Thanks Thanks for all your advice, code works good now. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.