Communication between form can be done in many ways using constructor using delegates etc in .net but my question is how can i access a value that is entered into a child form from a parent form or can a two way communication is possible between windows forms.
Communication between form can be done in many ways using constructor using delegates etc
Share
Provide the values of the child form as properties that can be accessed from the parent form.
E.g.
Use this block in your parent form to pass values to and from the child form.
In the child form, the
SomeValueproperty can map to e.g. aTextBox: