Can anyone provide me with code on how to Delete a row from a list box??
lstReorder.RemoveItem (index)
I believe is the right code. However this does not actually do anything by itself. How do i tell the program what the index refers to? ie what the index is? for example
lstReorder.RemoveItem (index) does nothing
lstReorder.RemoveItem (0) deletes the first item from the list box
any ideas?? and also how do i delete the full contents of a list box??
lstReorder.clear doesnt seem to want to work :s
Any help is much appreciated