المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : toolstripcombobox and arraylist problem



C# Programming
06-11-2009, 10:30 PM
I am trying to populate a toolstripcombobox with an arraylist. I tried :

toolstripcombobox1.combobox.datasource = arraylist,

but nothing shows up in the combobox

any suggestions on how to do this?

Tom