Code:
Open "C:\MyTextFile.txt" For Input As #1
Text1.Text = Input(LOF(1),#1)
Close #1
I'm not sure about the correct syntax, but I'm quite sure it will work (NOTE: you should use FreeFile property instead of #1 thing)
HTH
(change: Use LOF instead of EOF)

[Edited by QWERTY on 07-15-2000 at 12:02 PM]