|

Height


(number) The new height of the window in pixels.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Window.SetText

OverviewExamples

Window.SetText ( number WndHandle,


string Text )


De s cr ip t ion


Sets the title text for a specific window. This text will be displayed in the window's title bar and task bar.


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.)


|