SetWindowTitle
Description: |
baSetWindowTitle sets the title of a specified window. |
Platforms: |
Windows |
Usage: |
baSetWindowTitle( WinHandle, Title ) |
Arguments: |
Integer, string. |
Returns: |
Void. |
Examples: |
Director: Authorware: |
Notes: |
If the WinHandle is 0, or is not the valid handle of a window, then the function will act on the active window.
|
See also: |
baWindowInfo baFindWindow |