Is there a way to populate a Drop Down Combo Box besides the AddItem method.

I have a long list which I would like to make available through a combobox,

but going through the list one at a time with the AddItem method it takes

for ever to populate.

Any ideas wil be grately appreciated...