D
dusiapapa
Hi everybody!
I have windows forms application containing a lot of MDI (shown with
..Show()) and modal (shown with .ShowDialog()) forms.
At some instant I need to kill all of them exept main application
window.
MDI forms can be accessed using MDIChildren property of the main form.
But how can I access modal dialogs?
May be there is better way to implement this task?
Thanks in advance!
I have windows forms application containing a lot of MDI (shown with
..Show()) and modal (shown with .ShowDialog()) forms.
At some instant I need to kill all of them exept main application
window.
MDI forms can be accessed using MDIChildren property of the main form.
But how can I access modal dialogs?
May be there is better way to implement this task?
Thanks in advance!