I have this text in a .txt file
Username:Password
Username2:Password2
Username3:Password3
And i want to set the value of line 2(example) inside the .txt file to the textboxes
This is what i mean:
Textbox1.text = Username2;
Textbox2.text = Password2;
Any links that could provide help are really appreciated, thanks in advance