I'm starting my first C# project and have a simple question:

I have a listview that a user can select items from. I am passing a value from the item selected to a new form. How can I pass the params from one form to another. I need to use a key from one form to open data in another, but I can't figure out how to get that value from one form to another.

Thanks,

FLL