Domino Code Fragment
Code Name* API Call to NNOTESWS.DLL to get and Set Active Window Title | Date* 06/28/2025 | Source (or email address if you prefer)* [email protected] IP address:.172.69.6.126 | |
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