![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Nov 2004
Posts: 6
Rep Power: 0
![]() |
Hi, what I would like to do is select a row across 5 listbox's that I have in order to delete it. I know how to select one entry in a listbox and delete that using:
If listbox1.SelectedIndex <> -1 Then listbox1.Items.RemoveAt(listbox1.SelectedIndex) End If I need it now to recognise what the index of the selected item is and then select the same index number in all listbox's so that the row is highlighted. Then I can delete it. Any help would be appreciated greatly |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|