Filtering Combobox

  • Thread starter Thread starter Jason MacKenzie
  • Start date Start date
J

Jason MacKenzie

I want to filter a combo by typing the text in - like Internet Explorer's
address bar. I remember doing this with VB6 by calling some APIs.

How do you do this in .Net?

Thanks,

Jason
 
In my experience, you can only come close. Type in the initial letters then
press the down arrow key to step through from the first item that matches the
initial letters entered.

mklapp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top