First, I'm new to GetHub, so I don't fully understand the process, but I wanted to help out, and I am happy to learn.
Second, thanks for the code, it saved me hours.
Third, it didn't work on my Win10 with 3 monitors. But I made the following modification and it now works. I am not sure how to get this modification into the main code (see point 1), so I am posting it here under "Issues"
DK
Original code:
WinGetPos, x, y, Width, Height, Program Manager
line:= line . "; Desktop size:" . x . "," . y . "," . width . "," . height
Revised code:
WinGetPos, x, y, Width, Height, Program Manager
line:= line . "; Desktop size:" . width . "," . height
First, I'm new to GetHub, so I don't fully understand the process, but I wanted to help out, and I am happy to learn.
Second, thanks for the code, it saved me hours.
Third, it didn't work on my Win10 with 3 monitors. But I made the following modification and it now works. I am not sure how to get this modification into the main code (see point 1), so I am posting it here under "Issues"
DK
Original code:
WinGetPos, x, y, Width, Height, Program Manager
line:= line . "; Desktop size:" . x . "," . y . "," . width . "," . height
Revised code:
WinGetPos, x, y, Width, Height, Program Manager
line:= line . "; Desktop size:" . width . "," . height