BarCodeWiz Logo

SaveProperties

This method saves all of the controls's current properties to the registry at run-time.

To load previously saved properties, use LoadProperties


Syntax

BarCodeWiz1.SaveProperties(progName As String) As Boolean

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

The properties are stored in the registry under:
HKEY_CURRENT_USER\Software\progName

Example:

' 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")