Domino Code Fragment
Code Name* API Call to Add Shortcuts to the Win95 Desktop | Date* 06/28/2025 | Source (or email address if you prefer)* [email protected] IP address:.172.71.1.159 | |
Description* This script sample will add Shortcuts to the Win95 Desktop. | Type* LotusScript | Categories* (Misc) |
Implementation: | Required Client: | Server: |
Limitations: | Comments: The constants and declarations should be put in the global declarations of the form. The rest of the code goes in a button click event. The constants & decs were copied from the 32bit VB4 API text folder. The parameter lpData in RegQueryValueEx was changed to ' byVal so that the API routine could return a value here. This returned value also needs some manipulation (aka hacking) to convert it into a Notes string variable, see the code. |