I have two listboxes (test1 and test2) and 4 buttons (add item, add all, delete item, delete all)
I want the user to be able to select all items and click "add all" and the selected items to jump to the second listbox.
I have it working for add item, delete item and delete all.
The "add all" is...