Hi all:
with TForm1.Create(nil) do
try
ShowModal;
finally
free;
end;
if, in TForm1.Onshow I set form1.visible:=false; or form1.hide then this raises
an access error.
I dont want to show the form when it is created, but have it running in the tray
Icon.
Any thoughts?
Cheers,
Al+
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/