有什么方法没
不根据分辨率来获取,而是直接获得尺寸。呵呵

解决方案 »

  1.   

    估计是有点难吧。查看windows有没有这个功能的API。
    加上显示器又没有驱动,不知道可不可以从显卡驱动读得出来
      

  2.   

    用api
    int GetDeviceCaps(
        HDC hdc, // device-context handle 
        int nIndex  // index of capability to query  
       );nindexHORZSIZE Width, in millimeters, of the physical screen.
    VERTSIZE Height, in millimeters, of the physical screen.
      

  3.   

    GetDeviceCaps还是和分辨率有关系的http://www.cnblogs.com/del/archive/2008/06/03/1213123.html