How can I populate the combo box programmatically using a set of comma delimited strings or 1D-array
Typically, my application will read a section of a config file for product entries to be stuffed to the combo box. I've got the part that reads the file, get all the Keys from the config file and stuff them into an array (or comma delimited string). The problem I have is how to populate the combo box on the fly after reading entries read from the config file. The code needs not be fancy. I just need something that puts two to three entries into the combo box (NOT a list ring) programatically.
