SaveProperties

 

 

This method saves its current properties to the registry at run-time.

 

Syntax

 

BarCodeWiz1.SaveProperties (ByVal progName As String) As Boolean

 

progName is a string expression specifying the program name under which the properties have been stored.

The properties are stored under:

HKEY_CURRENT_USER\Software\progName

 

You may also specify a subkey value, such as "CompanyName\ProgramName":

 

'Store under HKEY_CURRENT_USER\Software\My Company\Program Name\

BarCodeWiz1.SaveProperties("My Company\Program Name")

 

To retrieve the saved properties use:

BarCodeWiz1.LoadProperties("My Company\Program Name")

 

 

 

See Also

LoadProperties