Search code examples
screendpilabview

how to find dpi of a monitor in labview


I have what seems to be a relatively simple question, at least I hope it is. I want to know if it is possible to find the dpi of a monitor in labVIEW. If it is possible how would I go about in doing this.


Solution

  • You can use .NET to retrieve the DPI setting...

    http://blogs.msdn.com/b/acoat/archive/2008/11/17/finding-the-windows-dpi-setting-in-net.aspx

    LabVIEW Example (LV2012)