c# - How do I write a value to the registry on a Windows Mobile 5 device? -


I have a string value that I want to write to the registry as another Dword to read through another program I am How can I create a new key / string using C # .net?

You need to use Microsoft.Win32. Registration to add to the mobile device registry. All methods have mobile support:


Comments