Re: listbox
From: Frank Eller [MVP] (feNOSPAM_at_frankeller.de)
Date: 06/05/04
- Next message: Frank Eller [MVP]: "Re: Secure password storing"
- Previous message: Cor Ligthert: "data binding"
- In reply to: Pierre: "listbox"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 5 Jun 2004 16:44:27 +0200
Hi Pierre,
>
> but how can i get the first item from the list?
All items are stored in the "Items"-Property, as a list of objects. You
could do something like:
Dim s as String = CStr(lstNames.Items(0))
Regards,
Frank Eller
www.frankeller.de
- Next message: Frank Eller [MVP]: "Re: Secure password storing"
- Previous message: Cor Ligthert: "data binding"
- In reply to: Pierre: "listbox"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|