Apparently (I havent tried it) do this
If you want an invisible main form for the duration of an application
replace Application.Run with:
repeat
Application.HandleMessage;
until Application.Terminated;
Application.Destroying;
Application.DestroyComponents;
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
- [DUG]: Invisible App Joel van Velden
- RE: [DUG]: Invisible App Alistair George
- RE: [DUG]: Invisible App Dennis Chuah
