|
-
Jan 26th, 2000, 04:56 AM
#1
Thread Starter
Frenzied Member
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]
-
Jan 26th, 2000, 05:05 AM
#2
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|