Say that I want a button on my main form to open up a new window for the user to input data, then transfer that data back to the main form, what is the most efficient way?
Example, user clicks "move to distance" button and a form would pop up saying "input distance" with one button that says "Go!" or something. Whatever distance they input would get put back into the main form for processing.
