MyGui := Gui("ToolWindow -Sysmenu Disabled", "The clipboard contains:")
MyGui.Add("Text",, A_Clipboard)
MyGui.Show("w400 h300")
WinMove(900, 500,,, MyGui.Title) ; Move the splash window to the top left corner.
MsgBox "Press OK to dismiss the MyGui window"
MyGui.Destroy()
This is likely due to the recent addition of adding the scaling multiplier to the specified coordinates.