When I load a listbox I am trying to have the first item highlighted, but each time I do I seem to fire the click event some how.

I have the following:
vb Code:
  1. lstSearch.Selected (0) = true
but this acts as if it has been clicked.

I am just after getting it highlighted, but nothing else.