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
 
Back
Top