G google_groups3 Aug 8, 2005 #2 use Microsoft.Win32.Registry to write to the registry. There is a great explanation in MSDN.
C Cor Ligthert [MVP] Aug 8, 2005 #3 Romy As others wrote, use just the Net class win32.registry, here the start of the documentation http://msdn.microsoft.com/library/d...tml/frlrfmicrosoftwin32registryclasstopic.asp I hope this helps, Cor
Romy As others wrote, use just the Net class win32.registry, here the start of the documentation http://msdn.microsoft.com/library/d...tml/frlrfmicrosoftwin32registryclasstopic.asp I hope this helps, Cor
H Herfried K. Wagner [MVP] Aug 8, 2005 #4 romy said: What's the API of writing keys & values to the registry ? Click to expand... See class 'Microsoft.Win32.Registry'.
romy said: What's the API of writing keys & values to the registry ? Click to expand... See class 'Microsoft.Win32.Registry'.