PDA

Click to See Complete Forum and Search --> : more listboxes


gilly
Jun 19th, 2000, 05:49 PM
How can I set a list box so that the first record in the list box is highlighted and all info related to this record is displayed???

Ianpbaker
Jun 19th, 2000, 06:13 PM
Hi Gilly

Set the listbox's .ListIndex to 0

Hope this helps

Ian

gilly
Jun 19th, 2000, 06:48 PM
What would I do if I used DBList rather than a ListBox?