Y
(number) The new Y pixel coordinate (vertical position) to set for the window. This is the Y coordinate of the upper left hand corner of the window relative to the screen.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Window.SetSize
OverviewExamples
Window.SetSize ( number WndHandle,
number Width,
number Height )
De s cr ip t ion
Sets the size of a specific window given it's window handle.
P arame t er s
WndHandle
(number) The integer value that represents the specific window on the user's desktop. (Commonly referred to as an hWnd.)