A
> Adrian
What is wrong with this code?
The values don't show up.
private void Form1_Load(....)
{
string [] test = {"one", "two"};
comboBox1.DataSource = test;
}
The values don't show up.
private void Form1_Load(....)
{
string [] test = {"one", "two"};
comboBox1.DataSource = test;
}