[Solved] Parse ComboBox with Text to get its selected index C# - CodeProject
Hi, I am trying to take a string, seperate it into 3 parts and parse one of them into a combobox only if it has that value in it. So... The values are stored in an Enum and are displayed in the combobox. on selected index changed the first combobox's text...