I have a ListBox on my vb6 project and I’ve set its property to multiselect.
Now, I want to get all of the selected items on my multiselect ListBox and put it in a variable for example, or maybe on a multiline textbox. I just wanted to get the multiselected values.
I have a ListBox on my vb6 project and I’ve set its property to
Share
Unfortunately you must loop through all elements. Here is some sample code: