Minimizing Application when Minimizing a Form

Hi all,

This seems trivial, but it has me stumped.  My main form will show any of a
number of other forms (NewForm.Showmodal).  I'd like to minimize the
Application when the user clicks on the minimize button on the form.  (I
don't like the minimized form being tucked away in the corner of the
desktop)

I don't seem to be able to get control so I can call the
Application.Minimize method.

Any suggestions?
Ed