I can do that - but I have to check for minimised WindowState otherwise the mainform can be maximised when hiding a maximised form... I would like to capture minimise and restore only and have them all do the same thing to the application - minimise any form and the app minimises. - restore the app and the forms restore.
Regards Paul McKenzie SMSS Ltd. New Zealand. ----- Original Message ----- From: "Alistair Grant George" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 23, 2004 11:12 AM Subject: Re[2]: [DUG] Application Minimise > Hello Paul, > Would you not then put the following in the forms onhide: > With Sender as TForm do Mainform.Windowstate:=Windowstate; > > > > Wednesday, June 23, 2004, 11:05:43 AM, you wrote: > PM> What I am after is when a user minimises any window within the App the App > PM> itself minimises and the reverse when they restore ... > > > _______________________________________________ > Delphi mailing list > [EMAIL PROTECTED] > http://ns3.123.co.nz/mailman/listinfo/delphi > _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
