How To Change The Combobox Index To Match A Target String

24-07-2012 I need to select “Item1” from the combo box. In other words, I need to select the index that matches the string in the “temp” variable and select that index. Solution Note: The FindString looks for a substring. If you need to perform an exact comparison then use Combobox.FindStringExact() Both these functions has overloadsContinue reading “How To Change The Combobox Index To Match A Target String”