G
Guest
Hello,
I'm simply trying to add items with values to a combox at runtime in a
windows application. The code below does not work in windows development.
comboBox.Items.Add(new ListItem("text", value));
How can I do this in win forms?
Thanks!
I'm simply trying to add items with values to a combox at runtime in a
windows application. The code below does not work in windows development.
comboBox.Items.Add(new ListItem("text", value));
How can I do this in win forms?
Thanks!