slafta
02-17-2007, 07:46 PM
is regedit when exported it looks like this:
[HKEY_CURRENT_USER\Software\Project]
@="path"
in windows the @ is a default value within regedit, however this syntax fails:
test = Registry.GetValue(HKEY_CURRENT_USER, "Software\\Project", "@", true);
since the litteral name is not @
any ideas would be appreciated.
[HKEY_CURRENT_USER\Software\Project]
@="path"
in windows the @ is a default value within regedit, however this syntax fails:
test = Registry.GetValue(HKEY_CURRENT_USER, "Software\\Project", "@", true);
since the litteral name is not @
any ideas would be appreciated.