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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top