i need to get a text file to text box.
i have:

Open cname & ".txt" For Input As #2
sho.Text = #2
Close #2