From: Mattia B. <mb...@ds...> - 2002-05-17 06:44:51
|
On Thu, 16 May 2002, Marcus wrote: >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. Why not launching the app with wPerl, instead on Perl? >In Win32::GUI there is a command: > >## Hide the DOS Window >my ($DOS) = Win32::GUI::GetPerlWindow(); >Win32::GUI::Hide($DOS); > >Is there a way in wxPerl? I could add it, but, to be honest, I don't think it is needed ( see above ). Regards Mattia |