-Nowhere Man <nowhe...@cyber-west.com>
Nowhere Man <nowhe...@cyber-west.com> wrote in article
<3481D3...@cyber-west.com>...
Woudn't that make it NEVER visible? I just want to hide it WHEN the
program STARTS.
-Nowhere Man <nowhe...@cyber-west.com>
...eh...
should then look like this:
begin
Application.ShowMainForm := False;
Application.Initialize;
Application.CreateForm(TfrmMain, frmMain);
Application.Run;
end.
...just prior to the Application.CreateForm in your Delphi
Project (.DPR) file.
Hope this helps,
-Jim Rofkar
jro...@cros.net
Nowhere Man <nowhe...@cyber-west.com> wrote in article
<3481D3...@cyber-west.com>...