I need some guidance on reading / writing / storing values โโin the Registry. I am new to this concept of keeping things in the registry.
I have Winform where I have to read / write to the App.config file and change the username and password using winform. In my winform, I have 2 text fields, and when I enter the values โโand click submit, they change the values โโin app.config.I somehow did it and no problem.
Now I need to send any values โโthat I entered into the text fields in the registry and save them, and I also have to read them.
How am i doing this?
c # winforms registry read-write
user1410658
source share