Using a class to bidirectionally pass parameters between forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a need to populate a collection class from one form and need to access
and/or modify the values in it from a second form such that it is still
available to the first form. Of course, using the New keyword as in "Class1
c = New Class1();" returns zeros and null values in the second form. Is
there a way to accomplish what I'm needing to do short of serializing the
class?

Many thanks!
 
Back
Top