i don't think this can be done dynamically.
however, you can use a more amateuristic method
while loading the form you can modifity the default value of the combobox using combobox1.text = ....
so you can fetch one of the items from the collection,and put it as combobox.text
then just fill up the rest starting from the second value
no ?
