|
||||||
| Managed C++ Visual Studio .NET managed C++ Topics |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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. |
| Sponsored Links |
|
|
|
|||||
|
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.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SQL commands in Windows Forms | karateboy02 | Managed C++ | 4 | 08-11-2007 08:08 AM |
| Windows XP Tricks & Tips!!!!..new ones. | pranky | Tutorials, Classes and Code | 7 | 02-01-2007 10:58 PM |
| Visual Studio 2005 and Windows Vista | Jordan | General Programming | 3 | 01-22-2007 03:21 PM |
| Windows Forms MDI question. | hoser2001 | C# Programming | 10 | 08-11-2006 06:36 PM |