Thanks to David Tufts
When it starts, the program loads two ComboBoxes from text files.
When the user types a new value in a ComboBox and clicks Save, the program updates the ComboBox's files to add the new item to the list.
If the user selects an item and presses the Delete key, the program removes the current item from the ComboBox.
See the code for additional details.
|