How can I retrieve the text from a specific entry in a listbox. I want to use the ListIndex property. The way the MSDN files say to do it is this:
List(List1.ListIndex)
However, when I do that, VB gives me an error saying that List is an undefined function. So, what can I do?
------------------
Ryan
