Hi again!![]()
I need help with opening a textfile into a textbox...I thought I maybe could do something like this:
VB Code:
Open "c:/test.txt" For Input As #1 Do Until 8 = 5 On Error GoTo ready Input #1, newline Text1.Text = Text1 & vbCrLf & newline Loop ready: Close
But as you understand everything that's in Text1 goes on one line and the newline thing goes on another...but I want every new input to go on a new line...do you understand what I'm looking for?![]()
Please help!![]()
//Alex





Reply With Quote