Hi wudan,
The most simple one
\\\
Dim lsv As ListViewItem
For Each lsv In ListView1.Items
MessageBox.Show(lsv.Index.ToString & " " & lsv.Text)
Next
///
I hope this helps a little bit.
Hi,
The following topic help topic shows how to use the Items
collection on a listbox.
ms-help://MS.VSCC/MS.MSDNQTR.2003APR.1033/cpref/html/frlrfsystemwindowsforms
listboxclassitemstopic.htm
Hope that helps.
Thanks,
Sarika
--------------------