OK, I'm feeling really stupid. I'm using the VB.net ListBox control and I want to get the text of selected items listed in the ListBox, but I can't figure out which property or function can do that (looking for equililant to ListBox.List(Index) in VB 6.0) I've tried ListBox.GetItemText - doesn't work. Also tried ListBox.Items.[Everything] - doesn't work. And I've tried a number of other things including Help. Anybody know how I can do this?
Many Thanks...




Reply With Quote