I have listed this question previously but did not get a reply. Can somebody please help.<br>
If I have a listview control with a number of items listed in it how do i remove only one item from it.<br>
The nearest solution i tried was<br>
lvItems.Listitems(i).remove<br>
but it did not work.<br>
I do not wish to clear the listview and write all the items except the one i wish to remove from it<br>
PK<br>
If I have a listview control with a number of items listed in it how do i remove only one item from it.<br>
The nearest solution i tried was<br>
lvItems.Listitems(i).remove<br>
but it did not work.<br>
I do not wish to clear the listview and write all the items except the one i wish to remove from it<br>
PK<br>