
reading a text file to display in text box
Quote:
>Could someone please inform me how i would display the text from a text
file
...
Another option, depending on what you need, is the LoadFile command for a
RichTextBox. Details in the help file, and RTBoxes have some nice features
standard text doesn't.
Make sure to set the properties for the Right margin to some number greater
than zero [the default] or, due to a bug, it won't do the scrollbars
properly.
Michael Ball