this code:
lisview1.selecteditem
The above statement only display the listitem of the selected item. How can i obtain the subitems of this selected listitem ????
Printable View
this code:
lisview1.selecteditem
The above statement only display the listitem of the selected item. How can i obtain the subitems of this selected listitem ????
msgbox ListView1.SelectedItem.SubItems (i)