hey,

i have a questions concerning C#.

i have a program that requires logging in.
people have to enter their username and password and then login.
the problem is that i want to add a "remember password" feature where if checked, the password entered will be saved along with the username.
if it is not checked then the username will only be saved but not the password.

when the user opens the program again, all the usernames will be fetched and loaded and he can choose the one he wants and the password will be automatically added (that's if he previously checked the "remember password").
it's just like the msn, aim and all programs that require logging in.

But the question is: where do i save the password? and how do i do it?
what is the best way to do this?

Thank You.