Hello, I know that the function ControlGetPos can retrieve the position of the control relative to it's window but are there any way to get this to the screen? Thanks. #include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$Form1 = GUICreate("Form1", 623, 449, -1, -1)
$Input1 = GUICtrlCreateInput("Input1", 8, 8, 609, 21)
GUISetState(@SW_SHOW)
$pos = ControlGetPos("Form1", "", "[CLASS:Edit; INSTANCE:1]")
MsgBox(0, "Window Stats:", "POS: "