hello, someone can help me I'm trying to go through the contents of a CustomListView but I can not get the data.
I'm trying to do it this way
Dim i As Int
For i=0 To LV1.GetSize -1
Dim Test As Int=LV1.GetValue(i)
Msgbox(Test,"")
Next
but I can only get a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.