Get value of REG_NONE in registry
-
Hi GetValue method (registrykey.getvalue()) dose not support REG_NONE keys. how I get these values from c#?
-
Hi GetValue method (registrykey.getvalue()) dose not support REG_NONE keys. how I get these values from c#?
Hi, the .NET Registry classes still don't cover it all, one occasionally needs the original Win32 API functions, and P/Invoke to get to them. However I never needed any REG_NONE, are you sure you do, and it is worth it? :)
Luc Pattyn [Forum Guidelines] [My Articles]
DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.
-
Hi GetValue method (registrykey.getvalue()) dose not support REG_NONE keys. how I get these values from c#?
Look here[^]. I don't think that they have yet updated this :doh:
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.