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
 
Back
Top