How to Grab Items Inside a List Box and pass them to a simple List
I have a List Box that contains "n" items and I don't have control how many items are there. What I want is to simply grab each item and insert them to a list (for more processing). I thought I could simply pass a message "Select All" but I found out it does not work as how I imagined it to be. Let me know if you have suggestions. I was thinking of looping through each item in the list box and hav...
