P
progressdll
I fill an arraylist from a function
ArrayList ar=Kleur.FindAll(Artikel.Nummer);
And set the data source
comboBoxExKleuren.DataSource=ar;
But this combobox changes the visual text field to the first field in
the array
Any solution to stop this?
ArrayList ar=Kleur.FindAll(Artikel.Nummer);
And set the data source
comboBoxExKleuren.DataSource=ar;
But this combobox changes the visual text field to the first field in
the array
Any solution to stop this?