Listbox filter

asphughes

Member
Joined
Jan 10, 2007
Messages
17
Location
London
Programming Experience
3-5
I'm currently upgrading an application from VB to VB.net. The old application has a listbox that jumps to an item as the user types

e.g if you had a listbox of countries and type aus you would jump to Austria.

However with my .net version the listbox only filters on the last key

e.g if you type aus you would jump to s

Is there an easy way to make the .net listbox filter on all the keys pressed.

Thanks!
 
Just thought I would bump this issue. I have alarge list of proejcts in the dropdown box that start with the prefix PO

e.g

P0344_Project1
P0345_Project2 etc

The dropdown won't filter after the O so if you type in "PO345", PO344_Project1 is selected. The inability to filter on PO Projects is becoming quite an issue now :)
 
Back
Top