basically im looking how to do
ComboBox.FindString(String) Returns the index of the first item in the ComboBox that starts with the specified string.
But I think it will be better if I use Combobox::SelectedVaue as Sugested, Just gotta change the logic in my code.