Re: question regarding showdialog() and show() and a child form

Tech-Archive recommends: Fix windows errors by optimizing your registry



You can iterate over the MdiChildren property array and mark all Form.Enabled = false.

I don't know that this is the best, or only approach, but it should work.

--
Dave Sexton
dave@xxxxxxxxxxxxxxxxxxx
-----------------------------------------------------------------------
"VMI" <vonchi_m@xxxxxxxxx> wrote in message news:OPSBFemhFHA.1416@xxxxxxxxxxxxxxxxxxxxxxx
>I have an MDI child form and when I display it I'd like all the other open windows to remain unusable ( like the showdialog() )
>but, at the same time, it should be a child window (like the Form.Show() ). Is this possible?
>
> Thanks.
>


.