Hi,

I have a listview and I add items like this

myLV.AddItem ,"k1", "Hello"
myLV.AddItem ,"k2", "Hi"
myLV.AddItem ,"k2", "etc."
...

then I want to find an item using the key.

I realize I can iterate all items one by one,
but is there faster way to find an item by key?

thanks.

Valery Iskarov Nikolov
Software Dynamics