[Solved]Have two forms open at the same time
-
If I have one form running, and I make another form, and call ShowDialog of the second form, the first form is locked. How could I open a second form so that the user can still use and manipulate the first form? Thanks.
modified on Thursday, September 4, 2008 6:01 PM
-
If I have one form running, and I make another form, and call ShowDialog of the second form, the first form is locked. How could I open a second form so that the user can still use and manipulate the first form? Thanks.
modified on Thursday, September 4, 2008 6:01 PM
-
If I have one form running, and I make another form, and call ShowDialog of the second form, the first form is locked. How could I open a second form so that the user can still use and manipulate the first form? Thanks.
modified on Thursday, September 4, 2008 6:01 PM
Hi, use child/parent forms method (child forms that load in a parent form). That will solve your problems, need to type from the start :(( Check here in codeproject for articles (i don´t recall link, sorry) Good Luck :-D