Maybe you should cosider using a RichTextBox control. It does whatever a regular Textbox would do but even better. If your help text file is very long you should use a RichTextBox.
Code:
RichTextBox1.LoadFile "C:\MyTxtFile.txt", 1