Hello mates,

Im new in VB programming. I'm using Visual Basic language to programm my test apz. So i have little question.

Actually i can save TextBoxes like that text1text2 ... text10

but I want that TextBox1.Text to TextBox10.Text save to file.txt with one way that the file.txt would be smth like that formating:

text1
text2
text3
...
text10

And then i want to read all data in file.txt and put them back to the TextBoxes same order as they are in file.txt

I will be waiting for helpful replay's

Thanks