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:
but this acts as if it has been clicked.vb Code:
lstSearch.Selected (0) = true
I am just after getting it highlighted, but nothing else.




Reply With Quote