Hadi
2005-07-18 08:17:01 UTC
Hi all,
I am trying to determine the usable screen size of desktop computers. I
found WMI classes that would return the desktop resolution BUT I need:
[screen height] - [taskbar height] = [usable screen size]
Is there a way to determine if the auto-hide is enabled? Can I determine the
height of the taskbar?
I use the "Win32_DesktopMonitor" WMI class at the moment but this only
returns the set screen resolution.
Any idea on how to do this via WMI or maybe read values out of the registry.
I looked into some TechNet articles but I didn't find anything helpful yet.
Regards,
Hadi
I am trying to determine the usable screen size of desktop computers. I
found WMI classes that would return the desktop resolution BUT I need:
[screen height] - [taskbar height] = [usable screen size]
Is there a way to determine if the auto-hide is enabled? Can I determine the
height of the taskbar?
I use the "Win32_DesktopMonitor" WMI class at the moment but this only
returns the set screen resolution.
Any idea on how to do this via WMI or maybe read values out of the registry.
I looked into some TechNet articles but I didn't find anything helpful yet.
Regards,
Hadi