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  );