Write to the registry

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to be able to change the WordPad PageMargins in my program. I have
found the registry key where the values are stored, but it is stored in
binary. How do i write the binary value to the registry?
 
Jonathan Smith said:
I need to be able to change the WordPad PageMargins in my program. I have
found the registry key where the values are stored, but it is stored in
binary. How do i write the binary value to the registry?

You can use the 'Microsoft.Win32.Registry' class for this purpose.
 
Back
Top