V
VMI
I have one Windows Form form1 with a button, and when I press that button,
it'll display another Form form2 whose only purpose is for the user to enter
a path. Is it possible for form2 to return that string value back to form1,
similar to the MessageBox?
Thanks.
it'll display another Form form2 whose only purpose is for the user to enter
a path. Is it possible for form2 to return that string value back to form1,
similar to the MessageBox?
Thanks.