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

"JJ" <nospam@nospam.com> wrote in message
news:46f9cb…@newsgroups.borland.com...

> Some of the functions would require a dialog in my program to
> be displayed, but I wouldn't want the main window shown
> during that.

That is easy enough - at program startup, check for the '/invisible'
parameter, and if present then set the Application.ShowMainForm property to
False before Application.Run() is called.

Gambit

Replies

None

In response to

Making an application that can run 'invisibly' posted by JJ on Tue, 25 Sep 2007