Hello,
How can I set my listbox to equal a certain value (string).
I know that the listbox does contain this string.
I'm trying it this way:
Me.listbox.SelectedValue = myString
I've also tried SelectedItem, but neither work.
I don't get an error message, but my topmost item always remains selected.
Thanks!
Amber
How can I set my listbox to equal a certain value (string).
I know that the listbox does contain this string.
I'm trying it this way:
Me.listbox.SelectedValue = myString
I've also tried SelectedItem, but neither work.
I don't get an error message, but my topmost item always remains selected.
Thanks!
Amber