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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top