Re: Making an application that can run 'invisibly'

Giganews Newsgroups
Subject:Re: Making an application that can run 'invisibly'
Posted by: Remy Lebeau (TeamB) (no.spam@no.spam.com)
Date:Wed, 26 Sep 2007

"Mike Williams (TeamB)" <mlwi!!iams@gmail!.com> wrote in message
news:xn0fbmr0c66jg380…@newsgroups.borland.com...

> if ParamStr(1) = '/invisible' then

Or:

    uses
        SysUtils;

    if FindCmdLineSwitch('invisible') then

Gambit

Replies

None

In response to

Re: Making an application that can run 'invisibly' posted by Mike Williams (TeamB) on Tue, 25 Sep 2007