I have form1 that contains a listbox and form2 that contains a listview. I wish to populate the form2 listview with the info that is in the listbox from form1.

What is the best way to pass/access the listbox from form 1 in form 2?