Sub FilterListView(ByVal Listview As ListView, ByVal iteme As String) For Each item As ListViewItem In Listview.Items If Not item.SubItems(1).Text = iteme Then item.Remove() End If Next End Sub
This entry was posted by Ray Tawil on January 8, 2010 at 4:58 pm, and is filed under Visual Basic.Net. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site.
You must be logged in to post a comment.
Leave a Reply
You must be logged in to post a comment.