I tried to store the selected item from listview into a public variable named "selection" in form1, and I tried to display the content of "selection" variable in form2.
Unfortunatelly I receive an error message "NullReference" so, I think that the content of "selection" variable is lost somwhere between form1 and form2.