TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About RegistryKey
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (1)
Joel Matthies (1)
Santhi Maadhaven (1)
Prakash (1)
Scott Newman (1)
Related resources for RegistryKey
No resource found
Working with Windows Registry
5/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 Form
5/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.NET
5/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 Registry
12/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#.