Due to the limitations of the textbox, you could try a rich text box:
VB Code:
  1. Private Sub Form_Load()
  2. Me.RichTextBox1.LoadFile ("C:\tmp\test.txt")
  3. End Sub