Dot Net World
Monday, October 21, 2013
Remove Selected Item In Listbox
Remove an item in a listbox1 by clicking on it with the mouse to highlight it and then clicking the remove button
this is the code i have for button1_click
listbox1.Items.Remove(listbox1.SelectedItem)
Older Posts
Home
Subscribe to:
Posts (Atom)