ProjectExplorer
Programmer
I have created a ListView in VB.NET and added an item using:
lstView.Items.Add("Item/1", "An Item", 0)
Thus the item key is "Item/1".
How do I retrieve the item key. What event do I use etc.
Any help appreciated.
Thanks
lstView.Items.Add("Item/1", "An Item", 0)
Thus the item key is "Item/1".
How do I retrieve the item key. What event do I use etc.
Any help appreciated.
Thanks