
'Registry Manager v1.1
'Description: include this dll in your application.
'It will help in managing application registry setting.
'Source code and usage demo are provided
'Only string values are supported.
'Revisions:
'v1.1
'Recordset is used for data exchange and reference added to msador15.dll

'Usage Examples
'1.Declaration:
'   Set oApReg = New cApReg
'2.Load application Registry value list:
'   oApReg.Init(Optional aRootKey As Long, Optional aSubKey As String) as long
'3.Update or create new registry value 
'   oApReg.Update(tValueName, tValueData)
'4.Access the data after initialization:
'    If oApReg.FindReg(tValueName, temp) Then tValueData = temp
'5.Delete a registry:
'   oApReg.DeleteReg(tValueName)

'questions, bug report - levrom@hotmail.com
'if you like it then
' - you can sent $1 to my paypal account (levrom@hotmail.com) - optional
'else
' - you can sent angry e-mail to levrom@hotmail.com - required
'end if
'all sources are free to use on your own risk
