BindingSource theBindingSource = new BindingSource(); theBindingSource.DataSource = myCustArray; myComboBox.DataSource = bindingSource.DataSource;