karateboy02
Programmer
In my program I launch a windows form from another windows form. The flow breakdown is as follows.
User starts program (a windows form).
User clicks on button and launches a second windows form.
After the second form is launched I cannot go back to the first form unless I close the second one. Does anyone know how I can keep both forms open and switch between the two of them freely?
Thanks in advance.