in reply to Re: Re: "background" perl processes on Win9X - how to avoid that "Perl - please close this application" on Windows Reboot/Logoff?
in thread "background" perl processes on Win9X - how to avoid that "Perl - please close this application" on Windows Reboot/Logoff?

That doesn't sound right, I'm sure you can create an invisible window and still have it respond to WM_QUERYENDSESSION.

Some Googling later...

Message Only Windows

  • Comment on Re: Re: Re: "background" perl processes on Win9X - how to avoid that "Perl - please close this application" on Windows Reboot/Logoff?

Replies are listed 'Best First'.
Re: Re: Re: Re: "background" perl processes on Win9X - how to avoid that "Perl - please close this application" on Windows Reboot/Logoff?
by Anonymous Monk on Apr 07, 2004 at 14:48 UTC
    And as for msg-only window, creating window with parent 0x84 on Win98 crashes the program (at least on the box I was testing it). May be it works for you due to some windows software updating your system .dlls (e.g. .NET framework, or office XP installation, or MSIE with latest security fixes).