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.
I'm guessing that you are opening the second form with: formName.ShowDialog()? If so, try using just formName.Show();
Let us know if it works properly.
Yep that was it. I had figured that out about 10 minutes before I seen this post. Thanks so much for the help.
I do that a lot. I'll post a question and immediately find the answer.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks