accessing items in a combobox

  • Thread starter Thread starter sherif
  • Start date Start date
S

sherif

when i access the items in a combobox by using the value
member property i find that the retreived values aren't
correct so could you tell me how to access them right.
 
use either SelectedItem or SelectedIndex to get the currently selected item.
the member Items[] gets you the collection of all items that are in the
combobox.
 

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