Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Determine screen resolution (on Windows)

by shonorio (Hermit)
on Jul 12, 2006 at 18:05 UTC ( [id://560768]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::API;
    
    ...
                                  $r->{Bottom} - $r->{Top};
    
  2. or download this
    use Win32::API;
    use Win32::API::Callback;
    ...
      );
    
    EnumDisplayMonitors ( 0x0, 0x0, $MonitorEnumProc, 0x0  );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://560768]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 23:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found