I need some guidance in reading/writing/saving the values in Registry.I am new to this concept of saving things in registry
I have a Winform where i have to read/write to a App.config file and change the username and password using a winform.In my winform i have 2 textboxes and when i enter values and hit submit it changes the values in app.config.I somehow did that and no issues.
Now I need to send what ever values I have entered in the Textboxes to registry and save them thr and I should also be able to read them.
How shoud I do that ?