Opened 15 years ago
Closed 15 years ago
#6410 closed defect (invalid)
Win32 API call GetMonitorInfo returns incorrect workarea rectangle
Reported by: | Pieter | Owned by: | |
---|---|---|---|
Component: | GUI | Version: | VirtualBox 3.1.4 |
Keywords: | GetMonitorInfo | Cc: | |
Guest type: | Windows | Host type: | Windows |
Description
The GetMonitorInfo API call can be used to determine a monitors' screensize and also it's active workarea.
I have noticed that my Windows XP SP2 Guest is returning the same values for screensize and active workarea. This is incorrect since the workarea should be smaller than the screensize due to the existence of a taskbar.
Note:
See TracTickets
for help on using tickets.
Replying to PVdPoel:
This bug can be closed and marked as invalid.
In 'Taskbar and Start Menu properties' the checkbox 'Keep the taskbar on top of other windows' was unticked. GetMonitorInfo gave correct information once this checkbox was ticked...