I have a main form (form1), I want to open another form and use data from a listBox in form1 in my second form..... how do I make the listbox data visible to the second form? I've tried creating an array variable using "friend" and "shared" but this is not visible to the second form either.

Thanks