WinXSetText (hWnd, STRING text)
Sets the text for a control, or the title for a window.
Parameter | Description |
---|---|
hWnd | The handle to the control or window to set the text for |
STRING text | The new text for the control or window |
$$TRUE on success or $$FALSE on fail
none
'Set the title of the main window |