I want my application to grab the value of a ComboBox and then to set the one chosen by the user or to somehow get the previously selected value.
The thing is that within my Form, there are four lists and a ComboBox (which contains all the values from the lists) and I want to repopulate the value of the ComboBox back to the list it was taken from and then remove the newly selected item from other/same list.