Hello,
I have a ListView with several items and title for each item.
When I call a page located in the list by function ListView_ItemClick " I would like to retrieve the title of the item.
If I code
ListView2_ItemClick (Position As Int, Value As Object) position is an int, no problem, but "Value As Object 'returns error
example
ListView2_ItemClick (2, Value As Object)
What should I put instead of "Value As Object" to get the title of the item 2
Excuse my bad english
thank you
I have a ListView with several items and title for each item.
When I call a page located in the list by function ListView_ItemClick " I would like to retrieve the title of the item.
If I code
ListView2_ItemClick (Position As Int, Value As Object) position is an int, no problem, but "Value As Object 'returns error
example
ListView2_ItemClick (2, Value As Object)
What should I put instead of "Value As Object" to get the title of the item 2
Excuse my bad english
thank you