On Tue, 12 Dec 2000, Alex Kouznetsov wrote:

> procedure StartApplication (sexe: string);
> var
>   StartupInfo: TStartupInfo;
>   ProcessInfo: TProcessInformation;
> begin

Hmm, I'm beginning to wonder if this is actually the problem....  the
scenario is, I have two applications, one runs as a screen saver, one runs
as a normal app.

the screen saver calls createprocess or shellexecute when it quits and
runs app2, when app2 quits it does a postmessage and restarts the
screensaver, when the screensaver quits the second time, app2 is started
again but doesn't display on screen, nor does its showmessage show.

I've tested this by another screen saver set, and can see my app run that
screensaver and quit ok...  so any one have any idea why the 2nd run
wouldn't show when the first does?  This is really hacking me off and
getting my client annoyed as well :(

Mark

-- 
"We don't guarantee anything except that it will take up disk space..."
  Apache 2.0alpha5 Disclaimer

Now Playing: Frank Gambale-Stuart Hamm-Stev - Lumpy's Lament

---------------------------------------------------------------------------
    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"

Reply via email to