I have searched high and low and cannot find anything that I understand on how to pass data from one form to another in c#.
I am completely new to this language and I felt like I was really grasping it up until now.
The situation:
I have a project that has multiple forms.
On the last form, I would like to use data that was collected in the various, previous forms. Some data is from listboxes and other data is from checkboxes. This data will be displayed in either labels (data from the listboxes) or a listbox (data from the checkboxes).
Is there a tutorial anywhere that will show me how to get that data to display in labels and listboxes and/or store it in variables on my final form? And is this tutorial in plain English so that I can follow along without getting totally lost?
Thanks in advance.