Click here to Skip to main content
15,908,274 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to get all the registry information in the windows form, registry information should display in the form
Posted
Comments
Rohit R Chavan 18-Nov-14 4:07am    
please see this you will get some idea... Example also contains sample code to retrieve registry value.

http://msdn.microsoft.com/en-us/library/kk88y0s0(v=vs.110).aspx

1 solution

What have you tried so far?

This is quite straight and the MSDN document itself should be enough.

Look here at MSDN:

http://msdn.microsoft.com/en-us/library/microsoft.win32.registry.getvalue(v=vs.110).aspx[^]

Almost 12 year old article on CodeProject, but still relevant:

Read, write and delete from registry with C#[^]
 
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