I don't even know if I can explain this clearly, let alone write the code to achieve it.
I have a hidden List View that contains names and telephone numbers.
Using a text box I can start to enter a persons name, loop through the contents of the List View and if a match is found, display the full name in a seperate text box or label.
What I would like to do is to display the match found from the List View in the same text box that I am typing in. e.g. When finding a name in a mobile phone's address book.
[gray]Experience is something you don't get until just after you need it.[/gray]
I have a hidden List View that contains names and telephone numbers.
Using a text box I can start to enter a persons name, loop through the contents of the List View and if a match is found, display the full name in a seperate text box or label.
What I would like to do is to display the match found from the List View in the same text box that I am typing in. e.g. When finding a name in a mobile phone's address book.
[gray]Experience is something you don't get until just after you need it.[/gray]