L larry mckay May 12, 2004 #1 Does anyone have any code samples in vb.net that will write to and read from the registry?
H Herfried K. Wagner [MVP] May 12, 2004 #2 larry said: Does anyone have any code samples in vb.net that will write to and read from the registry? Click to expand... Did you already read the documentation (+ samples) for the 'Microsoft.Win32.Registry' class and its methods?
larry said: Does anyone have any code samples in vb.net that will write to and read from the registry? Click to expand... Did you already read the documentation (+ samples) for the 'Microsoft.Win32.Registry' class and its methods?
A Armin Zingler May 12, 2004 #3 larry mckay said: Does anyone have any code samples in vb.net that will write to and read from the registry? Click to expand... No, but the classes in the Microsoft.Win32 namespace, part of mscorlib.dll, are rather intuitivly usable. -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
larry mckay said: Does anyone have any code samples in vb.net that will write to and read from the registry? Click to expand... No, but the classes in the Microsoft.Win32 namespace, part of mscorlib.dll, are rather intuitivly usable. -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html