A
Asib
Afternoon all. I have searched far and wide for a solution to this. I have an
unbound multi select listbox that i populate with a double click event from a
list of items. I can add things just fine. I can also delete all the items
that i have added to the list box. What i need help on is deleteing a single
item from the listbox on doubleclick. If its easier to simply create a button
that loops through the selected items and deltes them i can do that. But
double clicking seems easier for the users.
lstSelectedItems.RemoveItem (i) This code deletes the first item in the
list. I just need to reference only the item i am double clicking.
Thanks Aasibs.
unbound multi select listbox that i populate with a double click event from a
list of items. I can add things just fine. I can also delete all the items
that i have added to the list box. What i need help on is deleteing a single
item from the listbox on doubleclick. If its easier to simply create a button
that loops through the selected items and deltes them i can do that. But
double clicking seems easier for the users.
lstSelectedItems.RemoveItem (i) This code deletes the first item in the
list. I just need to reference only the item i am double clicking.
Thanks Aasibs.