vote up 4 vote down star

Hello,

Is there any way to remove item from listbox based on it's name but not index value? I would like to remove item named "Mouse" (which index # changes all the time).

flag

1 Answer

vote up 10 vote down check
listBox.Items.Delete(listbox.Items.IndexOf('Mouse'));
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.