Re: SDI interface and modal forms
"Lloyd J. Franklin" <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Hi Eyvind Your opening question said you were doing this with Single Document Forms which I assumed were standalone .exe's, that you cycle through via the system Alt+Tab command. E.g. SDI. With an MDI model it is the one application container with multiple child forms that you cycle through with Ctrl+Tab. I don't think an MDI container would let the user leave a form with a modal dialog open. Regards Lloyd