"oscar" <oscar@discussions.microsoft.com> schrieb:
> i forgot to put in that the form is being called as a frm.ShowDialog();
>
> how do i make these forms part of the container form?
That's not supported. MDI children represent a set of documents, so there
is no way to show one of them modally. I suggest to show the form modally
to the MDI container.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
oscar - 19 Apr 2005 20:12 GMT
is there an easy way to simulate them being showdialog?
so they're always on top of their parent form but you can still interact
with the rest of the program?
oscar - 19 Apr 2005 20:13 GMT
is there a way to simulate it?
easiest way to keep the child form on top of the form it came from but a
user can still interact with the rest of the program?
> "oscar" <oscar@discussions.microsoft.com> schrieb:
> > i forgot to put in that the form is being called as a frm.ShowDialog();
[quoted text clipped - 4 lines]
> is no way to show one of them modally. I suggest to show the form modally
> to the MDI container.