VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code makes it easy to change the text for list items

by Steven Bailey (10 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 19th April 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This code makes it easy to change the text for list items

Rate This code makes it easy to change the text for list items



'Example: Call Change_Listitem(List1, Text1)
Dim i As Integer
i = lista.ListIndex
lista.RemoveItem (i)
lista.AddItem Txt, i
lista.ListIndex = i
End Sub

Download this snippet    Add to My Saved Code

This code makes it easy to change the text for list items Comments

No comments have been posted about This code makes it easy to change the text for list items. Why not be the first to post a comment about This code makes it easy to change the text for list items.

Post your comment

Subject:
Message:
0/1000 characters