Hello,
I need to highlight text in the listbox based on what was typed in the combobox, but the

List1.ListIndex = SendMessage(List1.hwnd, LB_SELECTSTRING, -1, Combo1.Text)



Doesn't work for some reason. What am I doing wrong? Thank You