I have items in a list box control that I need to change the text of, but I haven't figured out how to do that yet.

If I could check the index of an existing item in the list box, I could then change the text of that index, but it doesn't appear that list box controls work that way.

Does anyone know how to change text for an existing item in a VB.NET List Box Control?

Thanks!
Bob