SysInfo
SysInfo(number)
Description
SysInfo returns information about the device.
0 | Width of screen | SM_CXScreen |
1 | Height of screen | SM_CYScreen |
10 | Milliseconds since 01/01/70 | |
108 | HiRes Display width pixels | HorzRez |
109 | HiRes Display height pixels | VertRez |
188 | Pixels per inch horizontal | LogPixelsX |
190 | Pixels per inch vertical | LogPixelsY |
Example
Rem SysInfo Example MsgBox "The device’s DPI is " & sysInfo(188)
Output
The device’s DPI is 96.