Pages

Total Pageviews

Add This

Friday, May 6, 2011

Count the Items in Listview

Create a form like on the picture

In the button "Count items" write the code:

MsgBox(ListView1.Items.Count & " items")

No comments:

Post a Comment