in reply to How to capture screen under Win32?
Update It appears there is also another GetDC in Windows land that is dealing with Getting the Domain Controler, unlike this one, which is Device Control, or something like that. Hope this helps.use Win32::API; my $screenshot = new Win32::API("user32", "GetDC", '', 'N'); my $shot = $screenshot->Call();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to capture screen under Win32?
by RMGir (Prior) on Apr 10, 2002 at 18:39 UTC | |
by lshatzer (Friar) on Apr 10, 2002 at 18:54 UTC | |
by RMGir (Prior) on Apr 10, 2002 at 19:03 UTC |