Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I use GetSetting and SetSetting function on VB6.0 for setting and retrieving values from Windows Registry. From some sites i got an information[using Microsoft.VisualBasic.dll] for using there functions on C#. Please anybody give a example for using GetSetting and SetSetting functions on C#.
Posted

1 solution

Use Registry.GetValue[^]. You do need to know the keys you want to work with!
 
Share this answer
 
Comments
Elk Cloner 25-Jan-13 4:48am    
Thank you. it works

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