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
ComboBox1.Text = ComboBox1.Items(0).ToString
This code is show you Combobox1 first item in Vb.net