Ace128 has asked for the wisdom of the Perl Monks concerning the following question:
However, I was hoping someone could mention to me some other way using _just_ the Win32::GUI package as I can't find anything about this in the docs. Why not use the GuiTest module? Well, I was hoping to use as little modules as possible (and adding just another just to get the screenresolution doesnt feel right :) ) There gotta be a way using the Win32::GUI one, or?use Win32::GuiTest qw(GetScreenRes); my ($x, $y) = Win32::GuiTest::GetScreenRes();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting Screenresolution using ONLY Win32::GUI package
by BrowserUk (Patriarch) on Jun 15, 2005 at 03:42 UTC | |
by Ace128 (Hermit) on Jun 15, 2005 at 13:08 UTC | |
by Anonymous Monk on Jun 15, 2005 at 13:22 UTC | |
by Ace128 (Hermit) on Jun 15, 2005 at 15:01 UTC |