Working with Registry in C# 2.0 (Windows Forms)

前端 未结 7 1449
一个人的身影
一个人的身影 2020-12-19 20:17

I\'m a newbie to Windows Forms.

I\'m designing an Windows Application in .Net Framework 2.0 in which, I need to Store a UserName and Password somewhere in the Syst

7条回答
  •  青春惊慌失措
    2020-12-19 20:53

    doing it the registry way is the wrong way to go, , i believe do a config file and read this config is much better way to go. but anyway here how you do registry thing

    http://www.codeproject.com/Articles/3389/Read-write-and-delete-from-registry-with-C

提交回复
热议问题