A GOOD WAY TO: Save&Load a Rich Text Box contents!

By | 2002-06-01

This code is VERY usefull! It can load a files contents into a Rich Text Box and also save the contents!

Original Author: ThUgGy

Code

'Add a Rich Text Box to your project first. Then read below.
'To save a rich text box:
RichTextBox1.savefile "file.txt"
'To load a rich text box:
RichTextBox1.loadfile "file.txt"

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.