From: Marcus <li...@wo...> - 2002-05-16 17:31:23
|
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. 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? Thanks, Marcus |