IF you use the RichTextBox control (it's on the components list) you can do
RichTextBox1.LoadFile [filename]
------------------
Mark "Buzby" Beeton
VB Developer
[email protected]
Printable View
IF you use the RichTextBox control (it's on the components list) you can do
RichTextBox1.LoadFile [filename]
------------------
Mark "Buzby" Beeton
VB Developer
[email protected]
Thanks Buzby, worked great!
I need to populate a text box with the full contents of a text file. Then clear it and populate it with the next text file. What is the best way to read in pages of data from a text file into a text box.
Thanks.