Changes the text of the specified window's title bar (if it has one). If the specified window is a control, the text of the control is changed.
object.SetWindowText( hWnd, Text ) |
- hWnd
- Required. An OLE_HANDLE that specifies the new title or control text.
- Text
- Required. A String that specifies how the window is to be shown.
Boolean