I want to import a .txt file into a TextBox, how???

Open C:\text.txt For Input As #1
Line Input #1, Form1.Text1.Text
Close #1

Like that?

Thanks