User Tools

Site Tools


info:detecting_screen_resolution
   Sub Get_Screen_Resolution
      pScreenWidth=GetDeviceLayoutValues.Width
      pScreenHeight=GetDeviceLayoutValues.Height
      pScale=GetDeviceLayoutValues.Scale
      If pScale= 0.75 Then
        pDPI="120"
      End If
      If pScale= 1 Then
        pDPI="160"
      End If
      If pScale= 1.5 Then
        pDPI="240"
      End If
      If pScale=2 Then
        pDPI="320"
      End If
   End Sub
info/detecting_screen_resolution.txt · Last modified: 2014/11/21 12:19 by tomgee