Right now I'm trying to check if the pass is right when reading the file, but the problem is I have a "Pass:
" String in front of the pass.
writeFile.WriteLine("Pass: " + Me.txtCPass.Text) ' pass
Me.txtPassword.Text = (GetLine(FILE_NAME, 2))
Not sure how I would just skip over the "Pass: " and just get right to the pass.