have just discivered in my files, article T2958 in the delphi TI list at
www.borland.com/devsupport/delphi I Tthink, covers this issue.
============================================
Patrick Dunford, Christchurch, NZ
http://patrick.dunford.com/
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of [EMAIL PROTECTED]
> Sent: Friday, 30 April 1999 00:02
> To: Multiple recipients of list delphi
> Subject: [DUG]: stopping minimize of app
>
>
>
> I have to following code to stop my application from being
> minimized. This
> works fine for everything except the show desktop feature that win98 has.
> Any ideas on how to stop this without removing the icon?
>
> procedure TMain.FormCreate(Sender: TObject);
> begin
> Application.OnMinimize := Restoreform;
> end;
>
> Procedure Tmain.restoreform(Sender : TObject);
> Begin
> Application.Restore;
> End;
>
> James
>
> -----------------------------------------------------
> This mail sent through IMP: http://web.horde.org/imp/
> ------------------------------------------------------------------
> ---------
> New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
>
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz