I'm trying to filter listbox, but I have problem with that.
I develope it for windows mobile 5.0 and use framework 2.0.
My code :
For Each Itm As String In ListBox1.Items
If Itm.Contains("Test") Then
ListBox2.Items.Add(Itm)
End If
Next
It shows error : Contains is not member of string
thanks,

New Topic/Question
Reply



MultiQuote



|