I tried that first. It turns out I have to call that statement twice in a row.
I'm not sure why. Thank you.
Todd
[quoted text, click to view] "Jakob Christensen" wrote:
> Just set the ListBox.SelectedIndex property to -1.
>
> Regards, Jakob.
>
> "Jake" wrote:
>
> > I've got a ListBox control with SelectionMode = MultiExtended. How do I unselect all items within the code? The top item is highlighted on screen load, and I don't want it highlighted.
> >
> > Your help is appreciated,