Hi!

I would like to update the selected item of a combo box after a bunch of algo have been performed.

I used this:
' I first clear it
myComboBox.text = " "
' Then I set it later on in my code using the following
myComboBox.selecteditem = index

My problem is that sometimes it shows the right value, sometimes it stays blank.

Help!

Thank you