From the parent form, I am calling a child form and passing a string from parent to Child. In the Child form, I modify the string and would like to get the updated string in Parent Form.
Also is it possible to stop the execution of the program in the parent form till the child form doesn't returns the value back to Parent Form.


Reply With Quote
