Modify ↓
Opened 8 years ago
Closed 8 years ago
#3583 closed Bug (No Bug)
AutoIT Window Info (64) produces incorrect position numbers
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.14.0 | Severity: | None |
| Keywords: | window position | Cc: |
Description
I am currently running AutoIt (64) version 3.3.14.2 on an up-to-date Windows 10 Home laptop (Dell Inspiron 5759).
Run AutoIT Window Info (64).
Open any application window
Move it until AutoIT Window Info shows an X value for Position of 0.
The window will actually be 7-8 pixels to the right of 0.
Now maximize the application window.
Position will be displayed as -7,-7
When a window is maximized, the upper left corner should have Position 0,0
Note that using WinMove and giving the coordinates 0,0 will also incorrectly position the window.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

In Fact that the way Windows Works when Windows are maximized
https://blogs.msdn.microsoft.com/oldnewthing/20120326-00/?p=8003