I need make an auto login form application with Visual Basic 10.0 for the following code:
Try this:
If Not String.IsNullOrEmpty(My.Settings.Username) And Not String.IsNullOrEmpty(My.Settings.Password) Then TxtUsername.Text = My.Settings.Username TxtPassword.Text = My.Settings.Password End If