i have a txt file that contains an id and password (divided by a tab). i can retrieve the txt file with streamreader, but now i need to extract the id and password separately. i need to make it so that it checks what the user inputs mskedit box equals the id number, and the text box input equals the password.
