>Listbox1.items.clear;
>Listbox1.Items.Add('1');
>Listbox1.Items.Add('2');
>Listbox1.Items.Add('3');
>Listbox1.Items.Add('4');
>Listbox1.ItemIndex := 0;

>Highlights the first Item...

The above only selects the item. It does not highlight it.

It should if the List Box has focus.  What version of Delphi do you have?
There was a bug in Delphi 3.0.  Before any of the patches I think.  If it is
the Delphi Bug then you will be able to select the second item.

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to