i have a rich text box, so i can save the info thats in it, and reload it. but for a different textbox, im usinga rich txt, but i need to mask it, (password input)
Code: Select all
rtxtUser.SaveFile("Username.rtf")
rtxtpassword.SaveFile("Password.rtf")or tell me a way to save the information thats in a textbox, and reload it (diff way)
