If you are using ActivePerl try to run your app using the wPerl.exe in =
the bin directory, and no window for pipe will be open. Other version of =
Perl for Win32 still have the wperl file too.
Graciliano M. P.
> Subject: [wxperl-users] Getting the Perl - DOS window
>=20
> Does anybody know how to get the handle of the Perl/DOS window from
> which the wx application is launched?
> The goal is to hide the inevitable DOS window which pops up.
>=20
> In Win32::GUI there is a command:
>=20
> ## Hide the DOS Window
> my ($DOS) =3D Win32::GUI::GetPerlWindow();
> Win32::GUI::Hide($DOS);
>=20
> Is there a way in wxPerl?
>=20
> Thanks,
>=20
> Marcus
>=20
>=20
|