D
Dan Avni
Using the compact framework, i want to display a listbox with a few
thousand items. i want to put a textbox above the listbox to allow the
user to start entering the text of the item he is searching for in the
list and when the textbox changes i want the list to jump to the first
item that starts with whatever the user wrote.
i have seen the findstring method on the listbox on the normal VB.NET
project but how can i do something similar in the CF version?
Thanks
thousand items. i want to put a textbox above the listbox to allow the
user to start entering the text of the item he is searching for in the
list and when the textbox changes i want the list to jump to the first
item that starts with whatever the user wrote.
i have seen the findstring method on the listbox on the normal VB.NET
project but how can i do something similar in the CF version?
Thanks