Navigation:  thinBasic Modules >

Registry

Previous pageReturn to chapter overviewNext page

 

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.

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com