Hi All,
I'm running the following, but the width and height are wrong, am I doing something wrong?
$xy = WinGetPos($myTitle, "")
$posX = $xy[0]
$posY = $xy[1]
$sizeW = $xy[2]
$sizeH = $xy[3]
Window Info program is returning w:301 x h:1017 which is correct.
WinGetPos() is returning w:92 x h:18, which is completely wrong.
This problem is only happening on 1 program, WinGetPos() is returning correct information for the other programs...
Any though