Ok,
I gave up on this one. I add an item to my listview using addsingleline2:
lstView.AddSingleLine2("This is the text I need", "This my hidden Value")
So,
I retrieve the value with:
MyValue = lstView.getItem(0)
I understand that it should return : "This is my hidden Value"
I cannot for the life of me find how to get:
"This is the text I need"
How the heck do you get it?
Thanks everyone
J
I gave up on this one. I add an item to my listview using addsingleline2:
lstView.AddSingleLine2("This is the text I need", "This my hidden Value")
So,
I retrieve the value with:
MyValue = lstView.getItem(0)
I understand that it should return : "This is my hidden Value"
I cannot for the life of me find how to get:
"This is the text I need"
How the heck do you get it?
Thanks everyone
J