enumdisplaymonitors

About this tag
The EnumDisplayMonitors function is a Windows API used to enumerate display monitors and their associated device contexts. Discussions on WindowsForum.com cover issues where GDI objects are not displayed correctly on multiple monitors in Windows 7 or Windows Server 2008 when applications use EnumDisplayMonitors. A Microsoft hotfix addresses this problem. The tag is relevant for developers and IT professionals working with multi-monitor setups and GDI rendering.
  1. News

    GDI objects are not displayed correctly on multiple monitors in Windows 7 or in Windows Server 2008

    Fixes an issue in which GDI objects are not displayed correctly when use multiple monitors. This issue occurs when an application uses the EnumDisplayMonitors function to display the GDI objects on a computer that is running Windows 7 or Windows Server... More...
Back
Top