I have been looping thru my listviewitems to see if a particular one already exists. I guess it works well, but I'm concerned what it will be like when I have many items
I stumbled onto the ContainsKey method of the items, but I don't seem to be able to get it to do anything useful. If I create a new project and drop a listview and a button on the form, I put this code in:
Visual Basic12
|