Thanks Cableguy but this isn't what I need.
I need to be able to write it in Basic4ppc.
I have tried to do this with a TextBox and a ListBox.
The TextBox is where the user types.
The ListBox contains items that will be searched.
a Textbox in basic4ppc only has GotFocus, KeyPress and LostFocus events.
The one I created in VB.NET for mobile uses a combo box and textbox and the critical code is in the KeyUp event of the textbox - Basic4ppc doesn't have this event.
or are you suggesting I compile the code in the article you suggested and create it as a dll? If so I'm not sure how to do that and make it work in Basic4ppc.
I'm not sure what you are saying.
