When I delete an item from a listview, I also want to remove it from the associated combo. I have this at the moment:

cboName.Item.RemoveItem (index as integer)

How do I know what the index value is? Or is there another way of doing this?

Thanks.