|
-
Feb 13th, 2000, 11:46 PM
#1
Is there anyway to update the items in a list box without a complete clear and re-add? ie., I only want to change the text for one item without altering its location in the list.
-
Feb 14th, 2000, 12:02 PM
#2
Sure
To change the 2nd entry in the list
List1.List(1) = "new value"
Or to change the selected entry
List1.List(List1.ListIndex) = "new value"
------------------
Marty
What did the fish say when it hit the concrete wall?
> > > > > "Dam!"
[This message has been edited by MartinLiss (edited 02-14-2000).]
-
Feb 14th, 2000, 12:10 PM
#3
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
|