I have three controls on my form; Textbox1, cboCity, lstCity
When something (lets say "a") is entered in the TextBox1; I want to get each and every item in combobox cboCity that starts with "a" and add them to listbox lstCity.

How do I do it?