|
-
Oct 1st, 2000, 08:41 PM
#1
Thread Starter
Frenzied Member
Hi,
I have a listview which allows multiple selections. I want to place a button on the form which removes each selected item.
I'm having difficulty because VB renumbers each item index number as each item is removed. So item #2 which had an index of #2 now becomes #1. This would be no problem if the multiple selection was from item 1 to 5 where you could just loop through and remove index #1 5 times. But, what if the user selects items randomly?
Any help would be appreciated..
DAn
-
Oct 1st, 2000, 08:46 PM
#2
Thread Starter
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|