AR Registry Access Library 1.0 |
This library allows you to fully access the Windows registry in an object-oriented way.
History:
This library contains three clases that you can directly use. With clsValues you can access all the values under a key. With clsKeys you can access all subkeys under a key, and their subkeys and values. With clsKey you can access both subkeys and values. Tipically you will always want to use this object, and access the other two from this one, but in some other situation in which you only want to access values under a certain key, you can directly use the clsValues object.
Only REG_DWORD and REG_SZ type values (long and string types) are fully supported till now. This is all I have needed till now.
I'm sorry but no help is provided with this library right now, although it should be more than easy to use.
© Alvaro Redondo, 1998. All Rights Reserved.
http://www.sevillaonline.com/ActiveX