Getting listview subitem text [solved]

Posts 14 of 4 · Page 1 of 1
Getting listview subitem text [solved]
Title says it all Need some help

Ex:


and I keep on getting this default thing that I want to just get rid of it



soo anyone know what to do?
Code:
For each lstItem as ListViewItem in ListView1.SelectedItems
  msgbox(lstItem.Subitems(5).text)
Next
Thank you very much @Blendsoft +rep/thanks

I also solved the other question it was in Groups

soo turn "Show Groups" Too false

/solved
Marked solved. Good job Blendsoft.
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?