Använd:
Sv: Tabort item från combobox
Svara
comboBox1.Items.Remove(object);
comboBox1.Items.RemoveAt(index);
Använd:
Sv: Tabort item från combobox
Svara
comboBox1.Items.Remove(object);
comboBox1.Items.RemoveAt(index);