Hi Everyone,

So far I have a ListBox set up like this that I would like to be able to tab through.

Code:
Ace Jones
     Bend, Oregon
Elizabeth Jones
     San Diego, California
What I would like to do is this. When the ListBox loads I want to have the first user name highlighted. in this case it would be 'Ace Jones', then when the user hits the tab key on the keyboard I want the second user name in the list highlighted, 'Elizabeth Jones' in this case. Any ideas on how to do this? Also, when a user name has been highlighted I would like to ba able to display other information about the user in some text boxes that changes as the users are highlighted. Any help would be greatly appreciated. Thanks.