[2005] Problem with CheckedListViewItemCollection
hi guys,, :D
i hv faced some problem with following code. i m trying to copy a listview item to the another listview... i was actually lookin for Clone method but its not there !!!!
VB Code:
Dim checkedItem As ListView.CheckedListViewItemCollection
checkedItem = lstAll.CheckedItems
For Each item As ListViewItem In checkedItem
lstCommon.Items.Add(item)
Next
i got following Error :
Cannot add or insert the item '.8bs' in more than one place. You must first remove it from its current location or clone it.