I have an form app which displays a modal dialog. I would like both forms
(the entire app) to be minimized when the dialog is minimized by the user. I
have overridden WindProc and caught the minimize event in the dialog,
however, when I attempt to minimize the main form by setting
Owner.WindowState = FormWindowState.Minimized the dialog is automatically
closed.
Anybody know how this can be done?
--
Ralph Flaugher