in reply to Re: Tray Icon POP3 / IMAP Client with Win32::GUI
in thread Tray Icon POP3 / IMAP Client with Win32::GUI

Here is another way to hide the DOS window, though it requires modifying the perl executable (or a copy thereof), so it's more something the user of the program can do, rather than something the author of the program can do.

bbfu
Seasons don't fear The Reaper.
Nor do the wind, the sun, and the rain.
We can be like they are.

  • Comment on (bbfu) (hide DOS window) Re2: Tray Icon POP3 / IMAP Client with Win32::GUI

Replies are listed 'Best First'.
Re: (bbfu) (hide DOS window) Re2: Tray Icon POP3 / IMAP Client with Win32::GUI
by jplindstrom (Monsignor) on Mar 12, 2002 at 17:39 UTC
    Actually you don't even have to do that. ActivePerl comes with wperl.exe, which is the perl interpreter as a no-console executable.

    /J