How to make "grandfather" form talk to "grandchildren"?

  • Thread starter Thread starter Clamps
  • Start date Start date
Either expose FormC via a property of FormB and access from FormA, or provide properties in FormB that act as pass-through properties to properties in FormC.

Use these properties to set/get data into/from FormC
I mean, if FormA beget FormB & Form B beget FormC, how to pass value/data from A --> C?
 

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