In DB, I have created a listbox. I am accessing the entries in the
listbox, adding items, etc., w/o difficulty. The only event handler
I've chosen is a double click event.
Let's say there are three items in the listbox. Upon the launch of
the dialog with the listbox, the 1st item in the listbox is
highlighted. When I doubleclick on item 3, it highlights as expected.
However, I would like the highlighting of item 1 to erase, leaving
only the 3rd item highlighted.
I have looked at the sample code for the "Contols" application. It
has a sorted listbox which does what I want to do. However, I cannot
find the listbox attribute nor the code which does the desired
interaction.
Any suggestions would be appreciated.
Peter
.