Simple Listbox question

poporacer

Registered User.
Local time
Today, 14:41
Joined
Aug 30, 2007
Messages
136
I have a listbox and I am not sure how to reference the information that is showing in the box. You can select an item but then scroll to another item...I want to use the data that you can see in the list box.
I have tried
lstEthnic.Column(0)
lstEthnic.ItemData....
I have searched and can't find the right property, I am sure it is real simple
 
You cannot get at the items that are (currently) showing in the listbox. What you can get are:
1) Selected item(s)
2) All items
 
That creates a problem....I used a combobaox and limited it to the list....works fine!
 

Users who are viewing this thread

Back
Top Bottom