See Also

ITLogLib Class  | ITLogLib Members

Language

Visual Basic

C#

JScript

Show All

KeyName
name of the registry key (may include subkeys, separated by '\')
ValueName
name of the registry value ("" to read the default value of the key)
See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

GetRegistrySettingCurrentUser Method

Helper method - Reads Windows registry string data from HKEY_CURRENT_USER.

[Visual Basic]
Public Shared Function GetRegistrySettingCurrentUser( _    ByVal KeyName As String, _    ByVal ValueName As String _ ) As String
[C#]
public static string GetRegistrySettingCurrentUser(    string KeyName,    string ValueName );
[JScript]
public static function GetRegistrySettingCurrentUser(    KeyName : String,    ValueName : String ) : String;

Parameters

KeyName
name of the registry key (may include subkeys, separated by '\')
ValueName
name of the registry value ("" to read the default value of the key)

Remarks

This helper method reads Windows registry data from HKEY_CURRENT_USER.

 

Return value:

See Also

ITLogLib Class  | ITLogLib Members

 

 


(c) 2002-2004 iTech Software GmbH, Berlin. Version 2.4, Wed 07 Jul 2004.