Registry
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Registry |
Description
This module provides support for Windows Registry.
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "Registry"
ATTENTION - ATTENTION - ATTENTION
Working with Windows Registry can be very dangerous.
Changing a value of a key can hang the computer or prevent some applications to correctly run or other unexpected malfunctions.
Before working with registry, double check all your code.