Macro Name: @DesktopDepth
Returns the depth of the primary display in bits per pixel.
Example is provided below:
Returns the depth of the primary display in bits per pixel.
Example is provided below:
#include <MsgBoxConstants.au3>
;Display Color quality
MsgBox($MB_SYSTEMMODAL, "Color Quality", "Display Depth (Color quality): " & @DesktopDepth)
;Display Color quality
MsgBox($MB_SYSTEMMODAL, "Color Quality", "Display Depth (Color quality): " & @DesktopDepth)
- AutoIt - Get Display Height (Vertical Resolution) and Width (Horizontal Resolution)
- AutoIt - Get Display Refresh Rate
- AutoIt - Get CPU Architecture - x86 (32 Bit) Or x64 (64 Bit)
- AutoIt - Get OS Architecture - x86 (32 Bit) Or x64 (64 Bit)
- AutoIt - Get Operating System
- AutoIt - Get OS Service Pack
- AutoIt - Get Computer Name
- AutoIt - Get OS Language
- AutoIt - Get Keyboard Layout
- AutoIt - Get Multi Language Name
- AutoIt - Get currently logged on user name
- AutoIt - Get IP Address
Interesting? Share and Let Others Know.
Post a Comment