I want to create a simple collection such as:
I want to change the key value in the collection likeCode:Dim colNew as New Collection colNew.Add "Text", "Key"
you can for the ListView control.
It seems that once you put the key into the collection,Code:ListView.ListItems(1).Key = "Key" ListView.ListItems("Key") = "Text"
there is no way to modify it. Does anyone know of a way?


Reply With Quote