hey its me again sorry,
case is the code snippet to clear a selected piece of data in list box
eg
1
2
3
4
5
5
6
7
i wish to dlete the extra 5 how would i get round that cheers :)
Printable View
hey its me again sorry,
case is the code snippet to clear a selected piece of data in list box
eg
1
2
3
4
5
5
6
7
i wish to dlete the extra 5 how would i get round that cheers :)
VB Code:
ListBox1.Items.Remove(ListBox1.SelectedItem)