I have this CustomListView that I populate with TextItems. Using GetValue, I can get the item number the user clicked on but how do I get the text?
dim List1 As CustomListView
List1.AddTextItem("Tone A",0)
List1.AddTextItem("Tone B",1)
List1.AddTextItem("Tone C",2)...
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.