I'll stick my neck out and say you need a rich text box if it is to display a text file.
To load the textfile into the rich text box on demand:
VB Code:
Private Sub Command1_Click() Me.RichTextBox1.LoadFile ("c:\tmp\test.txt") End Sub
|
Results 1 to 3 of 3
Thread: gotta problem :sThreaded View
|
Click Here to Expand Forum to Full Width |