Depending on what you are trying to do, you could use the login credentials from Windows. Then you don't need to ask again.
If you really do need another user name and password, you can set a TextBox PasswordChar property to prevent it from being displayed.
Finally, here are some links regarding securestring and passwords:
http://dotnet.org.za/markn/archive/2008/10/04/handling-passwords.aspx
http://blogs.msdn.com/fpintos/archive/2009/06/12/how-to-properly-convert-securestring-to-string.aspx
Hope this helps.
www.insteptech.com ;
msmvps.com/blogs/deborahk
We are volunteers and ask only that if we are able to help you, that you mark our reply as your answer. THANKS!