Joined
Last Seen
-1 Reputation Points
- 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
0 Endorsements
Ranked #72.8K
~12.4K People Reached
Favorite Forums
1 Posted Topic
Re: 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] |
The End.