I have a list box with a bunch of things in it, im using checkbox style and multiselect how can i get vb to return the selected items to me?
ex: in a listbox we have this
apple
orange
bananna
pear
the user selects pear and apple
i want to be able to click a button and have it say
apple; pear or anythign that has the selected items in it


Reply With Quote