Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21370

[RESOLVED] listview remove items

$
0
0
Hi,

Form1.ListView1.ListItems.Remove (index)

I presume 'index' applies a single row. What if you want to remove all items and also don't know how many there are ?
(Or would that always be Form1.ListView1.ListItems.Count ) ?

Thanks, ABB

Viewing all articles
Browse latest Browse all 21370

Trending Articles