Pages

Total Pageviews

Add This

Friday, May 6, 2011

Remove All Items In Listview

Create a form like on the picture bellow:
In to the button "Remove all items" write the code:

ListView1.Items.Clear()

No comments:

Post a Comment