Using Win32 functions in Visual FoxPro Image Gallery
Device Context
..msdn
ChangeDisplaySettings
CreateCompatibleDC
CreateDC
DeleteDC
DeleteObject
EnumDisplayDevices
EnumDisplaySettings
GetDC
GetDeviceCaps
GetObject
GetObjectType
ReleaseDC
SelectObject
Code examples:
How to change display settings: screen resolution, screen refresh rate
How to detect if additional monitor is connected and active
How to detect if additional monitor is connected and active

User rating: 9/10 (1 votes)
Rate this code sample:
  • ~
More code examples    Listed functions    Add comment     W32 Constants      Translate this page Printer friendly version of this code sample
Versions:
click to open
Before you begin:
Nowadays having two monitors connected to a PC becomes more a common place rather than exception. This code sample explains how to detect all available monitors through enumerating display devices and their properties.


See also:
  • How to change display settings: screen resolution, screen refresh rate
  • How to adjust monitor brightness (Vista, monitor with DDC support)
  •  
      Members area. Log in to view this example.
     
      User name:
      Password:
     
     
      Forgot your password?
     
      Sign up for
    the Membership
     
     


    User rating: 9/10 (1 votes)
    Rate this code sample:
    • ~
    4378 bytes  
    Created: 2008-12-09 14:50:37  
    Modified: 2010-12-22 20:36:24  
    Visits in 7 days: 143  
    Listed functions:
    EnumDisplayDevices
    EnumDisplaySettings
    GetMonitorInfo
    MonitorFromWindow
    Printer friendly API declarations
    My comment:
    In the cursor created by this code sample, each connected monitor is indicated by non-empty MonitorName value.

    For an active monitor (the desktop extends to such monitor), several other values are populated:

  • Screenwidth
  • Screenheight
  • Bitsperpixel
  • DsppositionX
  • DsppositionY

    From the screen dimensions and the display position it is possible to determine whether a given window is visible on a particular display.

    * * *
    Read Two monitors are better than one by Tony Northrup published on Microsoft website. Bet he might be busy writing a sequel "N+1 monitors better than N".

    * * *
    Some graphics cards and external units (Matrox) support connections to three and more monitors.
  • Word Index links for this example:
    Translate this page:
      Spanish    Portuguese    German    French    Italian  
    FreeTranslation.com offers instant, free translations of text or web pages.
    User Contributed Notes:
    There are no notes on this subject.


    Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

    Privacy policy
    Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
    Last Topics Visited (54.226.5.29)
    1.29 hrs.Example: 'Obtaining OS memory performance information'
    6.87 hrs.Function: 'IsValidSid'
     Example: 'Using mailslots to send messages on the network'
     Function: 'SearchPath'
    Function group: 'File Management'
    7.01 hrs.Example: 'Converting strings between ANSI and OEM'
     Function: 'FindFirstChangeNotification'
    10.09 hrs.Example: 'Using FlashWindowEx to flash the taskbar button of the VFP application'
     Function: 'FindWindowEx'
    Function group: 'Window'
    11.56 hrs.Example: 'Retrieving names for the registered clipboard formats'
     Example: 'GDI+: printing vertical text on VFP reports via generated images (VFP9)'
    Google
    Advertise here!