Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #72.8K
~12.4K People Reached
Favorite Forums

1 Posted Topic

Member Avatar for Visslan

Insted of going through all the items go through only the selected items [CODE=VB.NET] Dim col As ListView.SelectedListViewItemCollection = lviFolders.SelectedItems Dim itm As ListViewItem For Each itm In col Debug.WriteLine(itm.SubItems(0).Text) Debug.WriteLine(itm.SubItems(1).Text) Next [/CODE]

Member Avatar for kvprajapati
1
12K

The End.