windows forms listbox item value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Windows Forms listbox have a SelectedValue property that is used to retrieve
the value associated with the currently selected item. How do I retrieve
the value
associated with any specified item, given the index of the item?

Thanks
 
Are you looking for the ListBox.Items(Index as Integer) property?

Chris
 
Back
Top