findstring

  1. C

    Question Combobox FindString and Selected Index

    Hello all! I'm using a combox Findstring function to return the index location of an item in the list. The search string is created from a Database query that all works correctly. I then set the SelectedIndex to the value found. Dim SearchString as String =...
Back
Top