Form1 is a pop out windows from Form2.
Form1 has a listbox1 with items and when I clicked the 'Continue' button in Form1, it will pass all the items in the listbox1 to listbox2 which is located in Form2.
I would like to ask how the button_click in Form1 will pass the listbox1's items to Form2's listbox2.
Thanks