Wednesday, April 13, 2011

refresh listview

Private Sub RefreshForm()
        ListView1.Items.Clear()
        Call PopulateListView()
End Sub

2 comments:

  1. BIG THANKS! exactly the code I was looking for.
    it's concise other than most recommend on other site.=)

    ReplyDelete