Have you set the combobox's MatchRequired property to True?

If you have that could be the problem.

Try changing that property to False and checking the value of ListIndex.

If ListIndex is -1 then nothing has been selected.