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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top