How can i delete a selected item in a ListBox??
Can i change the value of an item??
------------------
Yours sincierly
CyberCarsten
http://home18.inet.tele.dk/cyber/
[email protected]
Printable View
How can i delete a selected item in a ListBox??
Can i change the value of an item??
------------------
Yours sincierly
CyberCarsten
http://home18.inet.tele.dk/cyber/
[email protected]
To change the value of the entry
List1.List(List1.ListIndex) = "New Value"
and to delete an entry
List1.RemoveItem List1.ListIndex
------------------
Marty
Why is it called lipstick if you can still move your lips?