Related resources for RegistryKey
  • Working with Windows Registry5/5/2022 6:36:44 AM. In this small tutorial, I'll show you how to read, write and delete Windows Registry.
  • Saving and Restoring Location, Size, and Window State of a Form5/19/2012 5:00:37 AM. This article presents a simple C# class that may be added to a form to automatically do this. When I designed this class I wanted to be able to add it to a form using the least amount of code and also be able to add it to a form from the toolbox.
  • Accessing Registry using ASP.NET5/27/2009 1:44:46 AM. In this article, we will see how to access the registry using ASP.NET. We will see one simple example to check where Visual Studio installed on our machine.
  • How to read Windows Registry?1/2/2006 1:59:07 AM. In .NET, the Registry and RegistryKey classes can be used to read and write registry ...
  • Reading and Writing to the Registry12/31/2005 4:15:19 AM. This is a class that both reads and writes to the registry that I made while converting some applications to use C#.