* txt dat gibi istediğin uzantılı dosyadan veri çağırmak
If txtPassword.Text Then
Dim FILENAME As String = "txtPassword.dat"
Dim objReader As New System.IO.StreamReader(FILENAME)
txtPassword.Text = objReader.ReadToEnd
objReader.Close()
End If
_______________
Hiç yorum yok:
Yorum Gönder