in reply to Running on DOS without the DOS box?
Pretty cool, huh? You can also obtain the handle to any other window on the desktop,use strict; use Win32::GUI; my $Window = Win32::GUI::GetPerlWindow(); sleep(5); Win32::GUI::Hide($Window); sleep(5); Win32::GUI::Show($Window);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Running on DOS without the DOS box?
by Anonymous Monk on Oct 31, 2003 at 07:45 UTC |