Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to learn about C # (in Windows form), to allow simple operation on the Registry, such as search, add, delete, edit, write, do not write. I'm not fluent in the written code, hope the guide helps you with the following code:

- How to get Registry information?
- Get Registry information into grid (for example, tree view, gridview, ...) (in windows forms).
- Create buttons: Add, delete, edit, write, do not write

Looking forward to hearing from you.
Posted
Updated 1-Dec-11 23:38pm
v2
Comments
Smithers-Jones 2-Dec-11 5:16am    
Not a question. Ask a specific question, that's what Q&A is for.

YOu will get plenty of article on Google. At least try with any one
Learn Windows Registry in C#[^]
and please revert back with specific question.
 
Share this answer
 
Here[^] is a starter, from which you can investigate the complete Registry[^] class.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900