I am trying to do something but I haven't found anything on google since I don't know how to word it to get the right results.
I have a Form with 9 TextBox controls, and a PlainText file with 9 lines of text.
I want to click a button which will then add the first line of text from the text file into the first TextBox, then the second line into the second textbox, and so on... Can anybody please provide any advice on how to do so?