You are on page 1of 1

Open Dialogs.

fileName For Input As #1


Do While Not EOF(1)
Line Input #1, Temp
text1.Text = text1.Text + vbCrLf & Temp
DoEvents
Loop
Close #1

You might also like