The Minimize method on the global TApplication instance. Application? If you only want your main form for example to handle the application minimising, another suggestion might be to get your form to send a custom Windows message to your application (itself basically), and have your main form handle that custom Windows message and call Application.Minimize as appropriate.
Not sure if that's quite what you're looking for, but HTH. Cheers, C. -----Original Message----- From: Paul McKenzie [mailto:[EMAIL PROTECTED] What I am after is when a user minimises any window within the App the App itself minimises and the reverse when they restore ... _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
