PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Generating a modal form from a MDI child form
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Generating a modal form from a MDI child form
![]() |
Generating a modal form from a MDI child form |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I am trying to display a simple modal form from a button on a displayed MDI
child form toolstrip. Does anyone have some simple sample code example to send me. Will be much appreciated. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Does this code not work?
SomeForm frm = new SomeForm(); frm.ShowDialog(this); -- Bryan Phillips MCSD, MCDBA, MCSE Blog: http://bphillips76.spaces.live.com "Garry" <garrygrolman@gmail.com> wrote in message news:OIm0lIaNHHA.3596@TK2MSFTNGP02.phx.gbl: > I am trying to display a simple modal form from a button on a displayed MDI > child form toolstrip. > > Does anyone have some simple sample code example to send me. > > Will be much appreciated. |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

