Combo Box

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

Guest

Hi,

I need to a select the last entry in a sorted combo box. The index isn't a set number so it could be any number... it is populated on form_load.

Any idea's??

Thanks

/Jonny
 
comboBox1.SelectedIndex = comboBox1.Items.Count-1

----- Jonny wrote: ----

Hi

I need to a select the last entry in a sorted combo box. The index isn't a set number so it could be any number... it is populated on form_load

Any idea's?

Thank

/Jonny
 

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