1. Are you choosing myComboBox before buttonClick ?
2. Are you always choosing 1st Item (index will always be 0)
Why must you use button click ?
Sub myComboBox_SelectedIndexChanged (Index As Int)
Label1.Text = myComboBox.GetItem(Index)
ps: if this does not help .. upload a small project ... File > Export as Zip