I
iccsi
I would like to remoce an item from list box and I use the following
code
lstMyList.RemoveItem (lstMyList.ListIndex)
Which works first time, but it does not remove item when I run the
second time.
should it remove the item selected in the list box every time?
Your information is great appreciated,
code
lstMyList.RemoveItem (lstMyList.ListIndex)
Which works first time, but it does not remove item when I run the
second time.
should it remove the item selected in the list box every time?
Your information is great appreciated,