GetString
Previous  Next

Reads a string from the registry.
This method should be used with REG_SZ values.
Syntax: GetString(Subkey As String,ValueName As String) As String

Example:
name = reg.GetValue(key, "User Name")