This won’t work very well for a find/replace dialog, for instance.
It also won’t work very well for custom drawn popup forms.
The quick way to pass variables between the forms is using Delegates.
This allows you to capture variables before the second form window has closed.