Copy arraylist into a combobox

  • Thread starter Thread starter josema
  • Start date Start date
J

josema

Hi to all and merry christmas,

I have an Arraylist with items, and i would like to know
how can i copy each element of the arraylist into a
combobox without the use of a loop...

Its possible??...

For example i try this but doesnt work...

myarraylist.CopyTo(mycombobox.Items);

Thanks...
Josema.
Regards.
 
Back
Top