using (System.IO.StreamWriter dosya1 = new System.IO.StreamWriter(Application.StartupPath + "/userpass.txt", true)) dosya1.WriteLine(label13.Text + ":" + password.Text);