If (TextBox1.Text <> Bookmarks.ListView1.Items) Then
NoResultsFound.Show()
End If
I want to display another class when the user's results dont match anything from the list. Help would be really appreciated. Thanks.
^The code above gave me this error:
Overload resoluton failed because no accessible '<>' can be called with these arguments. ...