I have few items on my ComboBox items collection, and i\'d like to select one item from this list and set it as default item - when app starts - this item is al
ComboBox
this is the correct form:
comboBox1.Text = comboBox1.Items[0].ToString();
U r welcome