Domino Code Fragment
| Code Name* API Call to NNOTESWS.DLL to get and Set Active Window Title | Date* 11/24/2025 | Source (or email address if you prefer)* [email protected] IP address:.172.70.176.156 | |
| Description* This example demonstrates the declaration of the NEMSetWindowText function located in NNOTESWS.DLL file: | Type* LotusScript | Categories* (Misc) | |
| Implementation: | Required Client: | Server: |
| Limitations: | Comments: | |
Declare Function NEMSetWindowText Lib "nnotesws.dll" ( Byval hwnd As Long, Byval sText As String) As Integer